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 | 24 +++++++----------------- 1 files changed, 7 insertions(+), 17 deletions(-) diff --git a/se-system/pom.xml b/se-system/pom.xml index 98a2fe3..a4926b3 100644 --- a/se-system/pom.xml +++ b/se-system/pom.xml @@ -47,7 +47,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> -<!-- <version>2.2.2.RELEASE</version>--> + <!--<version>2.2.2.RELEASE</version>--> </dependency> <!--lombok--> @@ -98,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--> @@ -113,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--> -- Gitblit v1.9.3