Spring security 如何設置才能避免攔截到靜態資源

問題:繼承FilterSecurityInterceptor自定義Spring security攔截器,可是每次都攔截了css等靜態資源,應該如何設置?css @Override protected void configure(HttpSecurity http) throws Exception{ http .authorizeRequests()
相關文章
相關標籤/搜索