Commit d8d91e57 by 丁伟峰

增加了Actuator

1 parent fcb8cf12
Showing with 5 additions and 0 deletions
...@@ -87,6 +87,11 @@ ...@@ -87,6 +87,11 @@
<artifactId>mysql-connector-j</artifactId> <artifactId>mysql-connector-j</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
</dependencies> </dependencies>
<build> <build>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!