|
@@ -3,7 +3,7 @@ logging.config=classpath:logback-product.xml
|
|
|
|
|
|
####### 数据库配置 #######
|
|
|
spring.datasource.core.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
-spring.datasource.core.jdbc-url=jdbc:mysql://remotehost:3391/oms-product?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8
|
|
|
+spring.datasource.core.jdbc-url=jdbc:mysql://remotehost:3306/oms-product?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8
|
|
|
spring.datasource.core.username=root
|
|
|
spring.datasource.core.password=No1Bug2Please3!
|
|
|
spring.datasource.core.hikari.maximum-pool-size=20
|