update ruoyi-demo 增加 knife4j 依赖

This commit is contained in:
疯狂的狮子li 2021-03-25 16:59:17 +08:00
parent 2df675bb01
commit 39793318a0
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@
<artifactId>ruoyi-common</artifactId> <artifactId>ruoyi-common</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-spring-boot-starter</artifactId>
</dependency>
</dependencies> </dependencies>
</project> </project>