diff --git a/litemall-db/src/main/resources/application-db.yml b/litemall-db/src/main/resources/application-db.yml
index e29922fd..c102c306 100644
--- a/litemall-db/src/main/resources/application-db.yml
+++ b/litemall-db/src/main/resources/application-db.yml
@@ -22,5 +22,10 @@ spring:
test-on-return: false
test-while-idle: true
time-between-eviction-runs-millis: 60000
- filters: stat,wall
-
+ webStatFilter:
+ enabled: true
+ statViewServlet:
+ enabled: false
+ filter:
+ stat:
+ enabled: false
diff --git a/pom.xml b/pom.xml
index a11ad039..e08254d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
com.alibaba
druid-spring-boot-starter
- 1.1.10
+ 1.2.1