随笔分类 -  狂神说 Spring Boot

摘要:异步任务 Springboot09EmailApplication.java @EnableAsync//开启异步注解功能 @SpringBootApplication public class Springboot09EmailApplication { public static void ma 阅读全文
posted @ 2022-03-10 11:16 Ampwensn 阅读(76) 评论(0) 推荐(0)
摘要:配置环境 application.properties application-dev.properties application-pro.properties spring.mvc.pathmatch.matching-strategy = ANT_PATH_MATCHER pom.xml <d 阅读全文
posted @ 2022-03-08 09:55 Ampwensn 阅读(54) 评论(0) 推荐(0)
摘要:#狂神说 Spring Security SecurityConfig.java @EnableWebSecurity public class SecurityConfig extends WebSecurityConfigurerAdapter { //链式编程 //权限 @Override p 阅读全文
posted @ 2022-03-05 14:41 Ampwensn 阅读(102) 评论(0) 推荐(0)

Live2D