|
...
|
...
|
@@ -136,9 +136,9 @@ spring: |
|
|
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
|
|
|
datasource:
|
|
|
|
master:
|
|
|
|
url: jdbc:mysql://localhost:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
|
username: root
|
|
|
|
password: root
|
|
|
|
url: jdbc:mysql://rm-2zeiuncjm75qti641ho.mysql.rds.aliyuncs.com:3306/jeecg-boot3?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
|
username: ntsd_root
|
|
|
|
password: L3bHRJwg6lJ2SC4WFfGA
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
# 192.168.110.10 pass#word1 url: jdbc:mysql://rm-2zeiuncjm75qti641ho.mysql.rds.aliyuncs.com:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
|
# username: ntsd_root
|
|
...
|
...
|
@@ -274,7 +274,12 @@ cas: |
|
|
|
#Mybatis输出sql日志
|
|
|
|
logging:
|
|
|
|
level:
|
|
|
|
org.jeecg.modules.system.mapper: info
|
|
|
|
org.jeecg.modules.system.mapper: debug
|
|
|
|
org:
|
|
|
|
jeecg:
|
|
|
|
modules:
|
|
|
|
erp: debug
|
|
|
|
|
|
|
|
#swagger
|
|
|
|
knife4j:
|
|
|
|
#开启增强配置
|
...
|
...
|
|