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 | 30 +++++++++++++++++------------- 1 files changed, 17 insertions(+), 13 deletions(-) diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml index 8dc0f25..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.2.0</version> + <version>4.3.1</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -40,21 +40,20 @@ <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> <!-- 绯荤粺妯″潡--> @@ -63,6 +62,11 @@ <artifactId>ruoyi-common</artifactId> </dependency> + <dependency> + <groupId>com.yomahub</groupId> + <artifactId>tlog-web-spring-boot-starter</artifactId> + </dependency> + </dependencies> -</project> \ No newline at end of file +</project> -- Gitblit v1.9.3