Browse Source

spring-boot-demo-actuator 完成

pull/1/head
Yangkai.Shen 6 years ago
parent
commit
88d91fa17c
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      spring-boot-demo-actuator/pom.xml

+ 3
- 0
spring-boot-demo-actuator/pom.xml View File

@@ -29,10 +29,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
@@ -43,6 +45,7 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>


Loading…
Cancel
Save