From 3fb15d8ec3333f78749d278c533c6adcefe5baf8 Mon Sep 17 00:00:00 2001 From: 梁剑锋 <1822213252@qq.com> Date: 星期三, 31 八月 2022 16:56:50 +0800 Subject: [PATCH] fix 修复 注解文字错误 --- ruoyi-common/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 78ad596..bf94692 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> - <version>4.2.0</version> + <version>4.3.0-beta2</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -127,7 +127,7 @@ <dependency> <groupId>org.springdoc</groupId> - <artifactId>springdoc-openapi-ui</artifactId> + <artifactId>springdoc-openapi-webmvc-core</artifactId> </dependency> <dependency> -- Gitblit v1.9.3