暴露健康检查端口,添加README.MD

This commit is contained in:
2019-08-18 15:51:59 +08:00
parent 12349ed679
commit 2a44f2c94f
4 changed files with 44 additions and 4 deletions

View File

@@ -25,6 +25,11 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>