second commit

This commit is contained in:
“FiboAI”
2021-11-29 17:23:45 +08:00
parent 878a7aae1c
commit 806dd9672a
3 changed files with 6 additions and 6 deletions

View File

@@ -4,16 +4,16 @@ server.servlet.context-path=/Riskmanage
logging.config=classpath:logging-config.xml
# mysql
spring.datasource.default.url = jdbc:mysql://47.102.125.25:3306/zsxntest?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true
spring.datasource.default.url = jdbc:mysql://localhost:3306/zsxntest?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true
spring.datasource.default.username = root
spring.datasource.default.password = enginex513
spring.datasource.default.password = localhost
spring.datasource.default.driver-class-name = com.mysql.cj.jdbc.Driver
# redis
redis.host=47.102.125.25
redis.host=localhost
redis.port=6379
redis.db=0
redis.password=enginex123
redis.password=localhost
redis.pool.maxTotal=3000
redis.pool.maxIdle=100
redis.pool.maxWait=1000

View File

@@ -13,7 +13,7 @@ spring.datasource.default.driver-class-name = com.mysql.cj.jdbc.Driver
redis.host=localhost
redis.port=6379
redis.db=0
redis.password=enginex123!
redis.password=localhost!
redis.pool.maxTotal=3000
redis.pool.maxIdle=100
redis.pool.maxWait=1000

View File

@@ -13,7 +13,7 @@ spring.datasource.default.driver-class-name = com.mysql.cj.jdbc.Driver
redis.host=localhost
redis.port=6379
redis.db=0
redis.password=enginex123
redis.password=localhost
redis.pool.maxTotal=3000
redis.pool.maxIdle=100
redis.pool.maxWait=1000