|
@@ -20,9 +20,9 @@ spring.servlet.multipart.max-file-size=100MB
|
|
|
|
|
|
# mysql
|
|
|
spring.datasource.dynamic.datasource.master.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
-spring.datasource.dynamic.datasource.master.url=jdbc:mysql://localhost:3306/zhdb_cloud_v1?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&useInformationSchema=true&rewriteBatchedStatements=true
|
|
|
+spring.datasource.dynamic.datasource.master.url=jdbc:mysql://localhost:3306/snowy_hnzy?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&useInformationSchema=true&rewriteBatchedStatements=true
|
|
|
spring.datasource.dynamic.datasource.master.username=root
|
|
|
-spring.datasource.dynamic.datasource.master.password=4008809192
|
|
|
+spring.datasource.dynamic.datasource.master.password=root
|
|
|
spring.datasource.dynamic.strict=true
|
|
|
|
|
|
# postgres
|
|
@@ -95,7 +95,7 @@ spring.jackson.serialization.write-dates-as-timestamps=false
|
|
|
spring.data.redis.database=9
|
|
|
spring.data.redis.host=127.0.0.1
|
|
|
spring.data.redis.port=6379
|
|
|
-spring.data.redis.password=4008809192
|
|
|
+spring.data.redis.password=
|
|
|
spring.data.redis.timeout=10s
|
|
|
|
|
|
spring.data.redis.lettuce.pool.max-active=200
|