玩转 SpringBoot 2 快速整合 Filter
摘要:
概述 SpringBoot 中没有 web.xml, 我们无法按照原来的方式在 web.xml 中配置 Filter 。但是我们可以通过 JavaConfig(@Configuration +@Bean)方式进行配置。通过FilterRegistrationBean 将自定义 Filter 添加到 阅读全文
posted @ 2019-09-04 17:07 桌前明月 阅读(725) 评论(0) 推荐(0) 编辑