正在显示
1 个修改的文件
包含
9 行增加
和
4 行删除
| @@ -136,9 +136,9 @@ spring: | @@ -136,9 +136,9 @@ spring: | ||
| 136 | connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 | 136 | connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 |
| 137 | datasource: | 137 | datasource: |
| 138 | master: | 138 | master: |
| 139 | - url: jdbc:mysql://localhost:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai | ||
| 140 | - username: root | ||
| 141 | - password: root | 139 | + 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 |
| 140 | + username: ntsd_root | ||
| 141 | + password: L3bHRJwg6lJ2SC4WFfGA | ||
| 142 | driver-class-name: com.mysql.cj.jdbc.Driver | 142 | driver-class-name: com.mysql.cj.jdbc.Driver |
| 143 | # 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 | 143 | # 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 |
| 144 | # username: ntsd_root | 144 | # username: ntsd_root |
| @@ -274,7 +274,12 @@ cas: | @@ -274,7 +274,12 @@ cas: | ||
| 274 | #Mybatis输出sql日志 | 274 | #Mybatis输出sql日志 |
| 275 | logging: | 275 | logging: |
| 276 | level: | 276 | level: |
| 277 | - org.jeecg.modules.system.mapper: info | 277 | + org.jeecg.modules.system.mapper: debug |
| 278 | + org: | ||
| 279 | + jeecg: | ||
| 280 | + modules: | ||
| 281 | + erp: debug | ||
| 282 | + | ||
| 278 | #swagger | 283 | #swagger |
| 279 | knife4j: | 284 | knife4j: |
| 280 | #开启增强配置 | 285 | #开启增强配置 |
-
请 注册 或 登录 后发表评论