From 775f4289c30ba47af64bde1e70c93c1752bccf05 Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期二, 03 十二月 2024 11:16:50 +0800 Subject: [PATCH] 1、security模块ExpressionUrlAuthorizationConfigurer改为AuthorizeHttpRequestsConfigurer 2、全局registry.antMatchers改为registry.requestMatchers 3、移除sms、微信、第三方云服务包依赖等等 4、增加mq配置,移除sms、微信等配置 --- shasteel-api/pom.xml | 22 ---------------------- 1 files changed, 0 insertions(+), 22 deletions(-) diff --git a/shasteel-api/pom.xml b/shasteel-api/pom.xml index f33c1e3..127750c 100644 --- a/shasteel-api/pom.xml +++ b/shasteel-api/pom.xml @@ -45,26 +45,4 @@ </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-assembly-plugin</artifactId> - <version>3.3.0</version> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>single</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </project> -- Gitblit v1.9.3