From 6e0c5817d53ef44168f480aa0d240c4cdca2122b Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期五, 23 九月 2022 09:37:18 +0800 Subject: [PATCH] update springboot 2.7.3 => 2.7.4 update springboot-admin 2.7.4 => 2.7.5 --- ruoyi-framework/pom.xml | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml index 3f0065f..58b4dc4 100644 --- a/ruoyi-framework/pom.xml +++ b/ruoyi-framework/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> - <version>3.4.0</version> + <version>4.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -52,6 +52,16 @@ <artifactId>p6spy</artifactId> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-actuator</artifactId> + </dependency> + + <dependency> + <groupId>de.codecentric</groupId> + <artifactId>spring-boot-admin-starter-client</artifactId> + </dependency> + <!-- 绯荤粺妯″潡--> <dependency> <groupId>com.ruoyi</groupId> -- Gitblit v1.9.3