随笔分类 -  SpringBoot

摘要:Tomcat Undertow 配置参数 如果超过大小,异常信息 org.springframework.web.multipart.MultipartException: Failed to parse multipart servlet request; nested exception is 阅读全文
posted @ 2025-10-28 19:37 guardWei 阅读(16) 评论(0) 推荐(0)
摘要:@Configuration @EnableConfigurationProperties({SpringBootProperties.class}) public class SpringBootAutoConfiguration { /** * 权限拦截器 * * @return */ @Bea 阅读全文
posted @ 2022-02-21 21:10 guardWei 阅读(290) 评论(0) 推荐(0)
摘要:<!-- profile docker config --> <profiles> <profile> <id>docker</id> <build> <plugins> <plugin> <groupId>com.spotify</groupId> <artifactId>docker-maven 阅读全文
posted @ 2020-06-05 14:03 guardWei 阅读(717) 评论(0) 推荐(0)
摘要:springCloud项目,采用springSession,用户模块同时引入了spring cloud starter security,在其他模块request.getSession()的时候抛了以下异常 原因:在用户模块spring cloud starter security会开启csrf的t 阅读全文
posted @ 2019-12-20 19:43 guardWei 阅读(3572) 评论(0) 推荐(0)
摘要:老版本 spring boot starter 1.5.10.RELEASE 新版本 spring boot starter 2.1.1.RELEASE 如果单独使用dubbo希望版本在2.7.0以上 https://www.cnblogs.com/zjfjava/p/9696086.html Du 阅读全文
posted @ 2019-12-10 20:36 guardWei 阅读(512) 评论(0) 推荐(0)