2020年12月25日
摘要: 1、新建springboot项目 添加Spring-security配置 @EnableWebSecurity public class WebSecurityConfig extends WebSecurityConfigurerAdapter { @Override protected void 阅读全文
posted @ 2020-12-25 15:53 你不知道的浪漫 阅读(595) 评论(0) 推荐(0)
摘要: 问题症状 日志里同时出现正常的日志目录和 IS_UNDEFINED application.properties如下 logging.file.path=logs spring.application.name=mes logback-spring.xml配置 <?xml version="1.0" 阅读全文
posted @ 2020-12-25 15:29 你不知道的浪漫 阅读(625) 评论(0) 推荐(0)