|
|
@@ -114,11 +114,6 @@ spring.datasource.driver-class-name =com.mysql.cj.jdbc.Driver
|
|
|
spring.datasource.username =${DATABASE_USER:root}
|
|
|
spring.datasource.password =${DATABASE_PWD:maxkey}
|
|
|
spring.datasource.url =jdbc:mysql://${DATABASE_HOST:localhost}:${DATABASE_PORT:3306}/${DATABASE_NAME:maxkey}?allowPublicKeyRetrieval=true&useSSL=false&autoReconnect=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8
|
|
|
-#highgo
|
|
|
-#spring.datasource.driver-class-name=com.highgo.jdbc.Driver
|
|
|
-#spring.datasource.username=highgo
|
|
|
-#spring.datasource.password=High@123
|
|
|
-#spring.datasource.url=jdbc:highgo://192.168.56.107:5866/highgo?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
#postgresql
|
|
|
#spring.datasource.driver-class-name=org.postgresql.Driver
|
|
|
#spring.datasource.username=root
|