From 14e6a1798e2c84ad40b5e15a344823e35895ebc6 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 07 七月 2025 18:03:41 +0800 Subject: [PATCH] 修改登录页面和Swagger --- se-system/pom.xml | 35 ++++++++++++++++++++++++++++------- 1 files changed, 28 insertions(+), 7 deletions(-) diff --git a/se-system/pom.xml b/se-system/pom.xml index 3b6dee6..98a2fe3 100644 --- a/se-system/pom.xml +++ b/se-system/pom.xml @@ -34,12 +34,6 @@ <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId> </dependency> - - <!-- SpringBoot Actuator --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-actuator</artifactId> - </dependency> @@ -47,6 +41,13 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> + </dependency> + + <!--thymeleaf--> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-thymeleaf</artifactId> +<!-- <version>2.2.2.RELEASE</version>--> </dependency> <!--lombok--> @@ -123,6 +124,11 @@ <artifactId>springfox-swagger-ui</artifactId> <version>2.9.2</version> </dependency> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>27.0-jre</version> + </dependency> <!--httpclient--> <dependency> @@ -145,7 +151,14 @@ <dependency> <groupId>com.github.oshi</groupId> <artifactId>oshi-core</artifactId> - <version>4.4.2</version> + <version>6.8.0</version> + </dependency> + + <!--hutool--> + <dependency> + <groupId>cn.hutool</groupId> + <artifactId>hutool-all</artifactId> + <version>5.7.20</version> </dependency> <!--commons-fileupload--> @@ -217,6 +230,14 @@ <version>1.19.0</version> </dependency> + <!-- se-common --> + <!--dependency> + <groupId>com.terra</groupId> + <artifactId>se-common</artifactId> + <version>1.0.2</version> + <scope>compile</scope> + </dependency--> + </dependencies> <build> -- Gitblit v1.9.3