From c4da8fb5b00db8299f32e2ffd032ef18d8cc571b Mon Sep 17 00:00:00 2001 From: linlinjava Date: Sun, 1 Nov 2020 18:22:10 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20druid=E5=8D=87=E7=BA=A71.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litemall-db/src/main/resources/application-db.yml | 9 +++++++-- pom.xml | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) 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