mirror of https://gitee.com/stylefeng/roses
【7.1.5】Druid配置中默认关掉wall
parent
c2eca322dd
commit
eb218fefc7
|
@ -149,6 +149,6 @@ public class DruidProperties {
|
|||
* 日志用的filter:log4j
|
||||
* 防御sql注入的filter:wall
|
||||
*/
|
||||
private String filters = "stat,wall";
|
||||
private String filters = "stat";
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue