[monitor] 新增banner,定义监控类型管理接口

This commit is contained in:
tomsun28
2021-11-14 17:34:36 +08:00
parent ed523344e4
commit 90e14bb76b
12 changed files with 146 additions and 5 deletions

View File

@@ -13,6 +13,7 @@
<properties>
<mysql.version>8.0.16</mysql.version>
<snake.yaml.version>1.26</snake.yaml.version>
</properties>
<dependencies>
@@ -68,6 +69,12 @@
<groupId>io.springfox</groupId>
<artifactId>springfox-boot-starter</artifactId>
</dependency>
<!-- yaml file load -->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snake.yaml.version}</version>
</dependency>
</dependencies>
</project>