From ca6b88f52b3d211f3e8e9e379522c35bf56ee9cb Mon Sep 17 00:00:00 2001 From: liusuyi <1951119284@qq.com> Date: 星期二, 07 五月 2024 10:56:15 +0800 Subject: [PATCH] 更新接口文档 --- ard-work/pom.xml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ard-work/pom.xml b/ard-work/pom.xml index c40a85b..1949745 100644 --- a/ard-work/pom.xml +++ b/ard-work/pom.xml @@ -144,12 +144,12 @@ <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.2.0</version> </dependency> - <dependency> - <groupId>com.github.xiaoymin</groupId> - <artifactId>knife4j-annotations</artifactId> - <version>3.0.3</version> - <scope>compile</scope> - </dependency> +<!-- <dependency>--> +<!-- <groupId>com.github.xiaoymin</groupId>--> +<!-- <artifactId>knife4j-annotations</artifactId>--> +<!-- <version>3.0.3</version>--> +<!-- <scope>compile</scope>--> +<!-- </dependency>--> <!-- https://mvnrepository.com/artifact/org.apache.axis/axis --> <dependency> <groupId>org.apache.axis</groupId> -- Gitblit v1.9.3