Browse Source

Revert "处理升级druid 1.2.22版本兼容处理"

This reverts commit eed3bc346d.
pull/6007/head
EightMonth 8 months ago
parent
commit
c9b92decaf
  1. 2
      jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml
  2. 2
      jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml
  3. 2
      jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml

2
jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml

@ -151,7 +151,7 @@ spring:
poolPreparedStatements: true
maxPoolPreparedStatementPerConnectionSize: 20
# 配置监控统计拦截的filters,去掉后监控界面sql无法统计,'wall'用于防火墙
filters: stat,slf4j
filters: stat,wall,slf4j
# 打开mergeSql功能;慢SQL记录
stat:
merge-sql: true

2
jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml

@ -151,7 +151,7 @@ spring:
poolPreparedStatements: true
maxPoolPreparedStatementPerConnectionSize: 20
# 配置监控统计拦截的filters,去掉后监控界面sql无法统计,'wall'用于防火墙
filters: stat,slf4j
filters: stat,wall,slf4j
# 打开mergeSql功能;慢SQL记录
stat:
merge-sql: true

2
jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml

@ -151,7 +151,7 @@ spring:
poolPreparedStatements: true
maxPoolPreparedStatementPerConnectionSize: 20
# 配置监控统计拦截的filters,去掉后监控界面sql无法统计,'wall'用于防火墙
filters: stat,slf4j
filters: stat,wall,slf4j
# 打开mergeSql功能;慢SQL记录
stat:
merge-sql: true

Loading…
Cancel
Save