diff --git a/pom.xml b/pom.xml index 5279b10fd..e0a594e09 100644 --- a/pom.xml +++ b/pom.xml @@ -40,6 +40,7 @@ 1.2.13 5.3.39 2.0.0 + 2.7.15-SNAPSHOT @@ -253,7 +254,11 @@ ruoyi-api-system ${ruoyi.version} - + + de.codecentric + spring-boot-admin-starter-client + ${spring-boot-admin} + diff --git a/ruoyi-auth/pom.xml b/ruoyi-auth/pom.xml index e7a88a5ed..15c694a7f 100644 --- a/ruoyi-auth/pom.xml +++ b/ruoyi-auth/pom.xml @@ -51,7 +51,10 @@ com.ruoyi ruoyi-common-security - + + de.codecentric + spring-boot-admin-starter-client + diff --git a/ruoyi-gateway/pom.xml b/ruoyi-gateway/pom.xml index c4041ef6f..2bd076e3d 100644 --- a/ruoyi-gateway/pom.xml +++ b/ruoyi-gateway/pom.xml @@ -104,6 +104,10 @@ ${springdoc.version} + + de.codecentric + spring-boot-admin-starter-client + diff --git a/ruoyi-modules/ruoyi-file/pom.xml b/ruoyi-modules/ruoyi-file/pom.xml index 459ab0b01..ade44c28e 100644 --- a/ruoyi-modules/ruoyi-file/pom.xml +++ b/ruoyi-modules/ruoyi-file/pom.xml @@ -65,7 +65,11 @@ com.ruoyi ruoyi-api-system - + + + de.codecentric + spring-boot-admin-starter-client + diff --git a/ruoyi-modules/ruoyi-gen/pom.xml b/ruoyi-modules/ruoyi-gen/pom.xml index 4246bc803..3b83be85b 100644 --- a/ruoyi-modules/ruoyi-gen/pom.xml +++ b/ruoyi-modules/ruoyi-gen/pom.xml @@ -65,6 +65,10 @@ ruoyi-common-swagger + + de.codecentric + spring-boot-admin-starter-client + diff --git a/ruoyi-modules/ruoyi-job/pom.xml b/ruoyi-modules/ruoyi-job/pom.xml index f918ebe53..caa46ad3a 100644 --- a/ruoyi-modules/ruoyi-job/pom.xml +++ b/ruoyi-modules/ruoyi-job/pom.xml @@ -70,7 +70,11 @@ com.ruoyi ruoyi-common-swagger - + + + de.codecentric + spring-boot-admin-starter-client + diff --git a/ruoyi-modules/ruoyi-system/pom.xml b/ruoyi-modules/ruoyi-system/pom.xml index 04546a082..b97fef1e1 100644 --- a/ruoyi-modules/ruoyi-system/pom.xml +++ b/ruoyi-modules/ruoyi-system/pom.xml @@ -71,6 +71,10 @@ ruoyi-common-swagger + + de.codecentric + spring-boot-admin-starter-client +