Commit 5d83b6fa by yuwei

2.0.0项目初始化

parent 4caf3242
...@@ -59,6 +59,7 @@ public class DataResourceServerConfig extends ResourceServerConfigurerAdapter { ...@@ -59,6 +59,7 @@ public class DataResourceServerConfig extends ResourceServerConfigurerAdapter {
"/swagger-resources/**", "/swagger-resources/**",
"/webjars/**", "/webjars/**",
// feign 内部调用不用授权 // feign 内部调用不用授权
"/api/**",
"/inner/**" "/inner/**"
).permitAll() ).permitAll()
.anyRequest().authenticated() .anyRequest().authenticated()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment