|
@@ -12,7 +12,7 @@ server:
|
|
|
include-stacktrace: ALWAYS
|
|
|
include-message: ALWAYS
|
|
|
servlet:
|
|
|
- context-path: /jeecg-boot
|
|
|
+ context-path: /canary-admin
|
|
|
compression:
|
|
|
enabled: true
|
|
|
min-response-size: 1024
|
|
@@ -166,9 +166,9 @@ spring:
|
|
|
slow-sql-millis: 5000
|
|
|
datasource:
|
|
|
master:
|
|
|
- url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
+ url: jdbc:mysql://127.0.0.1:3306/canary_edu?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
username: root
|
|
|
- password: root
|
|
|
+ password: Initial0
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
# 多数据源配置
|
|
|
#multi-datasource1:
|