spring-boot-samples
spring-boot-samples copied to clipboard
How to set connection-init-sql in DriverManagerDataSource
Hi, I follow the your guide, and use the DriverManagerDataSource to setup my multiple datasource support. Questions: I want to set connection-init-sql=SET NAMES utf8mb4, how to do this? How to use the pool with DriverManagerDataSource?