From 4155135bb0247685ce3652fe0257c39ff3e21ced Mon Sep 17 00:00:00 2001 From: ‘liusuyi’ <1951119284@qq.com> Date: 星期四, 27 七月 2023 14:45:00 +0800 Subject: [PATCH] 重构app用户由角色转为用户配置 --- ard-work/pom.xml | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/ard-work/pom.xml b/ard-work/pom.xml index 6cf0bd8..09e0f91 100644 --- a/ard-work/pom.xml +++ b/ard-work/pom.xml @@ -41,15 +41,11 @@ <groupId>net.java.jna</groupId> <artifactId>jna</artifactId> <version>1.0.0</version> -<!-- <scope>system</scope>--> -<!-- <systemPath>${project.basedir}/src/main/resources/lib/jna.jar</systemPath>--> </dependency> <dependency> <groupId>net.java.examples</groupId> <artifactId>examples</artifactId> <version>1.0.0</version> -<!-- <scope>system</scope>--> -<!-- <systemPath>${project.basedir}/src/main/resources/lib/examples.jar</systemPath>--> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -101,10 +97,6 @@ <groupId>com.dtflys.forest</groupId> <artifactId>forest-spring-boot-starter</artifactId> <version>1.5.28</version> - </dependency> - <dependency> - <groupId>com.ruoyi</groupId> - <artifactId>ruoyi-common</artifactId> </dependency> <!--lombok渚濊禆--> <dependency> @@ -169,6 +161,11 @@ <artifactId>netty-all</artifactId> <version>4.1.63.Final</version> </dependency> + <dependency> + <groupId>com.baomidou</groupId> + <artifactId>mybatis-plus-boot-starter</artifactId> + <version>3.2.0</version> + </dependency> </dependencies> <build> -- Gitblit v1.9.3