From eb6ab7a46001de1f4db69afa510844ea4a89373d Mon Sep 17 00:00:00 2001 From: ‘liusuyi’ <1951119284@qq.com> Date: 星期三, 02 八月 2023 17:14:11 +0800 Subject: [PATCH] 优化接口文档冗余依赖 --- ard-work/pom.xml | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ard-work/pom.xml b/ard-work/pom.xml index 403665f..524efa1 100644 --- a/ard-work/pom.xml +++ b/ard-work/pom.xml @@ -76,10 +76,11 @@ <groupId>com.ruoyi</groupId> <artifactId>ruoyi-system</artifactId> </dependency> + <!--knife4j渚濊禆--> <dependency> <groupId>com.github.xiaoymin</groupId> - <artifactId>knife4j-annotations</artifactId> - <version>2.0.9</version> + <artifactId>knife4j-spring-boot-starter</artifactId> + <version>3.0.3</version> </dependency> <!--寮犲缓鎻愪緵寮曞渚濊禆--> <dependency> @@ -161,6 +162,11 @@ <artifactId>netty-all</artifactId> <version>4.1.63.Final</version> </dependency> + <dependency> + <groupId>com.baomidou</groupId> + <artifactId>mybatis-plus-boot-starter</artifactId> + <version>3.2.0</version> + </dependency> </dependencies> <build> -- Gitblit v1.9.3