From 3be9cfcb6b59366b936821966d20a998a6895f9f Mon Sep 17 00:00:00 2001 From: 黎星凯 <13949086503@163.com> Date: 星期二, 30 四月 2024 14:38:13 +0800 Subject: [PATCH] bug41、42修改 --- deploy-jar-single/pom.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/deploy-jar-single/pom.xml b/deploy-jar-single/pom.xml index 19e1ffe..87c5551 100644 --- a/deploy-jar-single/pom.xml +++ b/deploy-jar-single/pom.xml @@ -101,6 +101,18 @@ <artifactId>jasypt-spring-boot-starter</artifactId> <version>2.1.0</version> </dependency> + + + <!-- 鍔犺В瀵�--> + <dependency> + <groupId>org.springframework.security</groupId> + <artifactId>spring-security-web</artifactId> + </dependency> + <dependency> + <groupId>org.springframework.security</groupId> + <artifactId>spring-security-config</artifactId> + </dependency> + </dependencies> <build> -- Gitblit v1.9.1