springboot配置多個Filter過濾器,指定不一樣的過濾地址,並指定過濾順序

springboot配置過濾器的兩種方式 1.使用註解@WebFilter、@Component。springboot將會自動註冊過濾器,可是使用了@Component註解以後,自測urlPatterns將會無效,無論你寫成什麼攔截地址,最後查看控制檯日誌,過濾器註冊的地址都是"/*"spring @Component @WebFilter( filterName = "AuthFilte
相關文章
相關標籤/搜索