【12】Spring Boot系列之多数据源配置(方法2)

(1)application.properties配置java #多数据源配置 #ds1 app.datasource.first.driver-class-name=com.mysql.cj.jdbc.Driver app.datasource.first.jdbc-url=jdbc:mysql://localhost:3306/db1?serverTimezone=GMT%2B8&useUni
相关文章
相关标签/搜索