From 6dc91c7c478e92667c057e2d904b57173a0d68cb Mon Sep 17 00:00:00 2001 From: hsdllcw Date: Fri, 13 Dec 2024 17:51:15 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20=E5=BC=95=E5=85=A5spring-boot-admin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 7 ++++++- ruoyi-auth/pom.xml | 5 ++++- ruoyi-gateway/pom.xml | 4 ++++ ruoyi-modules/ruoyi-file/pom.xml | 6 +++++- ruoyi-modules/ruoyi-gen/pom.xml | 4 ++++ ruoyi-modules/ruoyi-job/pom.xml | 6 +++++- ruoyi-modules/ruoyi-system/pom.xml | 4 ++++ 7 files changed, 32 insertions(+), 4 deletions(-) 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 +