From b5c7ca7264740d6e32c5f3f8966f294134aa6fc2 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期四, 08 六月 2023 16:54:37 +0800 Subject: [PATCH] 宣教加swagger --- smartor/pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/smartor/pom.xml b/smartor/pom.xml index b74987a..acbb29b 100644 --- a/smartor/pom.xml +++ b/smartor/pom.xml @@ -23,6 +23,11 @@ <groupId>com.ruoyi</groupId> <artifactId>ruoyi-common</artifactId> </dependency> + <dependency> + <groupId>io.swagger</groupId> + <artifactId>swagger-annotations</artifactId> + <version>1.6.2</version> + </dependency> </dependencies> -- Gitblit v1.9.3