From e0b65b857d71d8c2b31741e05918556c21957d84 Mon Sep 17 00:00:00 2001 From: scmiot <scmiot@qq.com> Date: 星期三, 16 十一月 2022 08:49:25 +0800 Subject: [PATCH] 前端ui脚本中文乱码 --- ruoyi-framework/pom.xml | 23 +++++++++++------------ 1 files changed, 11 insertions(+), 12 deletions(-) diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml index a368e5e..2113c4f 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.1</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -40,23 +40,22 @@ <artifactId>spring-boot-starter-aop</artifactId> </dependency> - <!-- 闃块噷鏁版嵁搴撹繛鎺ユ睜 --> - <dependency> - <groupId>com.alibaba</groupId> - <artifactId>druid-spring-boot-starter</artifactId> - </dependency> - - <!-- dynamic-datasource 澶氭暟鎹簮--> - <dependency> - <groupId>com.baomidou</groupId> - <artifactId>dynamic-datasource-spring-boot-starter</artifactId> - </dependency> <!-- sql鎬ц兘鍒嗘瀽鎻掍欢 --> <dependency> <groupId>p6spy</groupId> <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