From fb8eac70649ca8deb4aee000b7151da0db8d37b3 Mon Sep 17 00:00:00 2001
From: Mask <mask616@163.com>
Date: Wed, 21 Apr 2021 16:31:21 +0800
Subject: [PATCH] 优化注释
---
ruoyi-common/ruoyi-common-swagger/pom.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ruoyi-common/ruoyi-common-swagger/pom.xml b/ruoyi-common/ruoyi-common-swagger/pom.xml
index 9cf36de..8999bb3 100644
--- a/ruoyi-common/ruoyi-common-swagger/pom.xml
+++ b/ruoyi-common/ruoyi-common-swagger/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common</artifactId>
- <version>2.1.0</version>
+ <version>2.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -23,7 +23,7 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
- <!-- Swagger-->
+ <!-- Swagger -->
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
--
Gitblit v1.9.3