From 4301e9ddbe70e38a08d6f4c1d6c886988393b8bb Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 10 Nov 2021 10:56:21 +0800 Subject: [PATCH] 20211108 --- gc-core/src/main/resources/application-dev.properties | 19 +++++++++++++------ 1 files changed, 13 insertions(+), 6 deletions(-) diff --git a/gc-core/src/main/resources/application-dev.properties b/gc-core/src/main/resources/application-dev.properties index e3ab776..cce19c3 100644 --- a/gc-core/src/main/resources/application-dev.properties +++ b/gc-core/src/main/resources/application-dev.properties @@ -9,13 +9,20 @@ #spring.datasource.password=admin!@#00 #\u6D4B\u8BD5 -spring.datasource.url=jdbc:mysql://192.168.0.100:3306/t_xzxhb?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useAffectedRows=true&serverTimezone=Asia/Shanghai -spring.datasource.username=root -spring.datasource.password=admin!@#00 +#spring.datasource.url=jdbc:mysql://192.168.0.100:3306/t_xzxhb?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useAffectedRows=true&serverTimezone=Asia/Shanghai +#spring.datasource.username=root +#spring.datasource.password=admin!@#00 +spring.datasource.url=jdbc:mysql://120.27.238.55:3306/db_xzx?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useAffectedRows=true&serverTimezone=GMT%2b8 +spring.datasource.username=ct_test +spring.datasource.password=123456 -spring.redis.database=0 -spring.redis.host=192.168.0.100 -spring.redis.password=admin!@#00 +#spring.redis.database=0 +#spring.redis.host=192.168.0.100 +#spring.redis.password=admin!@#00 +#spring.redis.port=6379 +spring.redis.database=5 +spring.redis.host=121.37.162.173 +spring.redis.password=d32ncxe@i3#!dV spring.redis.port=6379 #\u6B63\u5F0F -- Gitblit v1.9.1