|
@@ -80,8 +80,6 @@ spring:
|
|
|
allow:
|
|
allow:
|
|
|
web-stat-filter:
|
|
web-stat-filter:
|
|
|
enabled: true
|
|
enabled: true
|
|
|
- connection-init-sqls:
|
|
|
|
|
- - SET session tidb_isolation_read_engines = 'tiflash,tidb'
|
|
|
|
|
dynamic:
|
|
dynamic:
|
|
|
druid: # 全局druid参数,绝大部分值和默认保持一致。(现已支持的参数如下,不清楚含义不要乱设置)
|
|
druid: # 全局druid参数,绝大部分值和默认保持一致。(现已支持的参数如下,不清楚含义不要乱设置)
|
|
|
# 连接池的配置信息
|
|
# 连接池的配置信息
|
|
@@ -113,6 +111,8 @@ spring:
|
|
|
url: jdbc:mysql://111.204.208.234:3394/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&allowMultiQueries=true&serverTimezone=GMT%2B8
|
|
url: jdbc:mysql://111.204.208.234:3394/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&allowMultiQueries=true&serverTimezone=GMT%2B8
|
|
|
username: hcst
|
|
username: hcst
|
|
|
password: hcst@2024
|
|
password: hcst@2024
|
|
|
|
|
+ connection-init-sqls:
|
|
|
|
|
+ - SET session tidb_isolation_read_engines = 'tiflash,tidb'
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
|
|
|
|
|
|
|
|