From db23586fd744582cd8ee237c34ff29d9277009ee Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期一, 01 七月 2024 15:45:29 +0800 Subject: [PATCH] 用户管理添加 --- pom.xml | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 3dcd92d..80d3fd0 100644 --- a/pom.xml +++ b/pom.xml @@ -106,6 +106,33 @@ <artifactId>druid</artifactId> <version>1.1.10</version> </dependency> + <!--shiro--> + <dependency> + <groupId>org.apache.shiro</groupId> + <artifactId>shiro-spring-boot-web-starter</artifactId> + <version>1.5.3</version> + </dependency> + + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.15</version> + </dependency> + <dependency> + <groupId>com.github.ulisesbocchio</groupId> + <artifactId>jasypt-spring-boot-starter</artifactId> + <version>3.0.4</version> + </dependency> + <dependency> + <groupId>com.github.ben-manes.caffeine</groupId> + <artifactId>caffeine</artifactId> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-context-support</artifactId> + <version>5.3.9</version> + </dependency> + <!--<dependency> <groupId>org.springframework.plugin</groupId> <artifactId>spring-plugin-core</artifactId> @@ -137,6 +164,8 @@ <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> + + </dependencies> <build> -- Gitblit v1.9.1