From b8d62de41ff7e1e0549061308aa11f68cf881ed9 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 16 七月 2025 17:01:20 +0800 Subject: [PATCH] 修改所有的controller --- se-system/pom.xml | 38 +++++++++++++++++++++----------------- 1 files changed, 21 insertions(+), 17 deletions(-) diff --git a/se-system/pom.xml b/se-system/pom.xml index a255572..a4926b3 100644 --- a/se-system/pom.xml +++ b/se-system/pom.xml @@ -43,6 +43,13 @@ <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--> <dependency> <groupId>org.projectlombok</groupId> @@ -91,12 +98,12 @@ <dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> - <version>1.1.22</version> + <version>1.2.25</version> </dependency> <dependency> <groupId>com.alibaba</groupId> <artifactId>druid-spring-boot-starter</artifactId> - <version>1.1.22</version> + <version>1.2.25</version> </dependency> <!--text--> @@ -106,21 +113,11 @@ <version>1.1</version> </dependency> - <!--swagger--> + <!-- SpringDoc webmvc --> <dependency> - <groupId>io.springfox</groupId> - <artifactId>springfox-swagger2</artifactId> - <version>2.9.2</version> - </dependency> - <dependency> - <groupId>io.springfox</groupId> - <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> + <groupId>org.springdoc</groupId> + <artifactId>springdoc-openapi-ui</artifactId> + <version>${springdoc.version}</version> </dependency> <!--httpclient--> @@ -144,7 +141,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--> -- Gitblit v1.9.3