From 88d91fa17c24e8410d7b1fb0964c43bef111df70 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Mon, 1 Oct 2018 22:01:52 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20spring-boot-demo-actuator=20?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring-boot-demo-actuator/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-boot-demo-actuator/pom.xml b/spring-boot-demo-actuator/pom.xml index 78c4eee..fce7901 100644 --- a/spring-boot-demo-actuator/pom.xml +++ b/spring-boot-demo-actuator/pom.xml @@ -29,10 +29,12 @@ org.springframework.boot spring-boot-starter-actuator + org.springframework.boot spring-boot-starter-security + org.springframework.boot spring-boot-starter-web @@ -43,6 +45,7 @@ spring-boot-starter-test test + org.springframework.security spring-security-test