政策相关
This commit is contained in:
@@ -119,6 +119,8 @@ public class SecurityConfig
|
||||
// 移动端公用查询,可匿名访问
|
||||
.antMatchers("/app/common/**").permitAll()
|
||||
.antMatchers("/app/**").permitAll()
|
||||
// 门户端公开接口,可匿名访问
|
||||
.antMatchers("/portal/**").permitAll()
|
||||
.antMatchers("/swagger-ui.html", "/swagger-resources/**", "/webjars/**", "/*/api-docs", "/druid/**").permitAll()
|
||||
//放行前端界面
|
||||
.antMatchers("/kashi/job-portal/detail/**").permitAll()
|
||||
|
||||
Reference in New Issue
Block a user