【7.1.5】Druid配置中默认关掉wall

pull/22/MERGE
fengshuonan 2021-11-21 15:35:31 +08:00
parent c2eca322dd
commit eb218fefc7
1 changed files with 1 additions and 1 deletions

View File

@ -149,6 +149,6 @@ public class DruidProperties {
* filter:log4j * filter:log4j
* sqlfilter:wall * sqlfilter:wall
*/ */
private String filters = "stat,wall"; private String filters = "stat";
} }