RuoYi
2020-06-24 f7f02e3a3f47f680187421eb0ccf51db855058c8
ruoyi/src/main/java/com/ruoyi/framework/config/SecurityConfig.java
@@ -99,6 +99,7 @@
                ).permitAll()
                .antMatchers("/profile/**").anonymous()
                .antMatchers("/common/download**").anonymous()
                .antMatchers("/common/download/resource**").anonymous()
                .antMatchers("/swagger-ui.html").anonymous()
                .antMatchers("/swagger-resources/**").anonymous()
                .antMatchers("/webjars/**").anonymous()