From 427430fc4839e773648477a99d3cdf6d08715507 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期四, 10 六月 2021 17:11:44 +0800 Subject: [PATCH] update 补全注释 更新文档 --- pom.xml | 21 ++++----------------- 1 files changed, 4 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index a178974..94ab8d5 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ <description>RuoYi-Vue-Plus鍚庡彴绠$悊绯荤粺</description> <properties> - <ruoyi-vue-plus.version>2.3.0</ruoyi-vue-plus.version> + <ruoyi-vue-plus.version>2.3.1</ruoyi-vue-plus.version> <spring-boot.version>2.3.11.RELEASE</spring-boot.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> @@ -21,7 +21,6 @@ <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version> <druid.version>1.2.6</druid.version> <knife4j.version>3.0.2</knife4j.version> - <swagger-annotations.version>1.5.22</swagger-annotations.version> <fastjson.version>1.2.76</fastjson.version> <poi.version>4.1.2</poi.version> <velocity.version>1.7</velocity.version> @@ -47,7 +46,7 @@ <scope>import</scope> </dependency> - <!--闃块噷鏁版嵁搴撹繛鎺ユ睜 --> + <!-- 闃块噷鏁版嵁搴撹繛鎺ユ睜 --> <dependency> <groupId>com.alibaba</groupId> <artifactId>druid-spring-boot-starter</artifactId> @@ -58,18 +57,6 @@ <groupId>com.github.xiaoymin</groupId> <artifactId>knife4j-spring-boot-starter</artifactId> <version>${knife4j.version}</version> - <exclusions> - <exclusion> - <artifactId>swagger-annotations</artifactId> - <groupId>io.swagger</groupId> - </exclusion> - </exclusions> - </dependency> - - <dependency> - <groupId>io.swagger</groupId> - <artifactId>swagger-annotations</artifactId> - <version>${swagger-annotations.version}</version> </dependency> <!-- excel宸ュ叿 --> @@ -79,7 +66,7 @@ <version>${poi.version}</version> </dependency> - <!--velocity浠g爜鐢熸垚浣跨敤妯℃澘 --> + <!-- velocity浠g爜鐢熸垚浣跨敤妯℃澘 --> <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity</artifactId> @@ -93,7 +80,7 @@ <version>${fastjson.version}</version> </dependency> - <!--Token鐢熸垚涓庤В鏋�--> + <!-- Token鐢熸垚涓庤В鏋�--> <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt</artifactId> -- Gitblit v1.9.3