|
@@ -5,7 +5,7 @@ spring:
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
url: jdbc:mysql://172.16.20.111:/tcwm2.5?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=CTT
|
|
url: jdbc:mysql://172.16.20.111:/tcwm2.5?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=CTT
|
|
|
username: root
|
|
username: root
|
|
|
- password: 111111
|
|
|
|
|
|
|
+ password: ch@2025.wm
|
|
|
initial-size: 10
|
|
initial-size: 10
|
|
|
max-active: 100
|
|
max-active: 100
|
|
|
min-idle: 10
|
|
min-idle: 10
|
|
@@ -37,7 +37,7 @@ secure-api:
|
|
|
# 开启SecureApi功能,如果为false则其余配置项均不生效
|
|
# 开启SecureApi功能,如果为false则其余配置项均不生效
|
|
|
enabled: true
|
|
enabled: true
|
|
|
# 开启加解密日志打印,会打印出接口名、加密模式、算法、明文和密文等信息
|
|
# 开启加解密日志打印,会打印出接口名、加密模式、算法、明文和密文等信息
|
|
|
- show-log: false
|
|
|
|
|
|
|
+ show-log: true
|
|
|
url-safe: true
|
|
url-safe: true
|
|
|
# 加密模式,common和session_key可选,session_key是会话密钥模式,用于每次请求都使用不同的密钥,需要前端配合
|
|
# 加密模式,common和session_key可选,session_key是会话密钥模式,用于每次请求都使用不同的密钥,需要前端配合
|
|
|
mode: common
|
|
mode: common
|