[monitor] 监控增删改查接口定义

This commit is contained in:
tomsun28
2021-11-14 14:02:00 +08:00
parent 0c568d25bc
commit ed523344e4
15 changed files with 468 additions and 6 deletions

View File

@@ -19,6 +19,12 @@
<artifactId>spring-boot-starter-web</artifactId>
<scope>provided</scope>
</dependency>
<!-- swagger -->
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-boot-starter</artifactId>
<scope>provided</scope>
</dependency>
<!-- etcd -->
<dependency>
<groupId>io.etcd</groupId>