From 39793318a02868eac65aecdef077afbb46306acf Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期四, 25 三月 2021 16:59:17 +0800 Subject: [PATCH] update ruoyi-demo 增加 knife4j 依赖 --- ruoyi-demo/pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ruoyi-demo/pom.xml b/ruoyi-demo/pom.xml index 0ee0331..ffe1f12 100644 --- a/ruoyi-demo/pom.xml +++ b/ruoyi-demo/pom.xml @@ -23,6 +23,11 @@ <artifactId>ruoyi-common</artifactId> </dependency> + <dependency> + <groupId>com.github.xiaoymin</groupId> + <artifactId>knife4j-spring-boot-starter</artifactId> + </dependency> + </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.3