From 3012bf0a31553cad24ac8a7d55ba36b68b0ff986 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期五, 02 四月 2021 14:22:27 +0800 Subject: [PATCH] add 增加数据权限注入 --- 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