|
@@ -131,9 +131,9 @@ spring:
|
|
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
|
|
datasource:
|
|
datasource:
|
|
|
master:
|
|
master:
|
|
|
- url: jdbc:mysql://127.0.0.1:3306/medical?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
|
|
|
|
+ url: jdbc:mysql://49.235.245.113:3306/medical?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
username: root
|
|
username: root
|
|
|
- password: Ld@3838029
|
|
|
|
|
|
|
+ password: G@7NYpxIn%&*sxLOn%l
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
# 多数据源配置
|
|
# 多数据源配置
|
|
|
#multi-datasource1:
|
|
#multi-datasource1:
|
|
@@ -144,9 +144,9 @@ spring:
|
|
|
#redis 配置
|
|
#redis 配置
|
|
|
redis:
|
|
redis:
|
|
|
database: 9
|
|
database: 9
|
|
|
- host: 127.0.0.1
|
|
|
|
|
|
|
+ host: 49.235.245.113
|
|
|
port: 6379
|
|
port: 6379
|
|
|
- password: ''
|
|
|
|
|
|
|
+ password: 'v!54GWsBB8yJ'
|
|
|
#mybatis plus 设置
|
|
#mybatis plus 设置
|
|
|
mybatis-plus:
|
|
mybatis-plus:
|
|
|
mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml
|
|
mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml
|