|
@@ -28,8 +28,7 @@ public class ResourceServerConfigurer extends ResourceServerConfigurerAdapter {
|
|
|
.regexMatchers(".*swagger.*", ".*v2.*", ".*webjars.*", "/druid.*", "/actuator.*", "/hystrix.*").permitAll()
|
|
|
.antMatchers("/file/upload").permitAll()
|
|
|
.antMatchers("/introduceInfo/saveIntroduce").permitAll()
|
|
|
- .antMatchers("/questionInfo/delete").permitAll()
|
|
|
- .antMatchers("/questionInfo/index").permitAll()
|
|
|
+ .antMatchers("/dictionaryInfo/getList").permitAll()
|
|
|
.antMatchers("/getIcssEnumsData").permitAll()
|
|
|
.antMatchers("/**").authenticated();
|
|
|
// .antMatchers("/**").permitAll();
|