[feat] 引入spring-boot-admin

This commit is contained in:
hsdllcw
2024-12-13 17:51:15 +08:00
parent d0ffc2d4b4
commit 6dc91c7c47
7 changed files with 32 additions and 4 deletions

View File

@@ -65,7 +65,11 @@
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-api-system</artifactId>
</dependency>
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client</artifactId>
</dependency>
</dependencies>
<build>