| | |
| | | @EnableGlobalMethodSecurity(prePostEnabled = true) |
| | | public class SecurityConfig extends WebSecurityConfigurerAdapter { |
| | | |
| | | public static final String[] FILTER_PATH = new String[]{ |
| | | public static final String[] FILTER_PATH = new String[] { |
| | | "/demo/**", |
| | | "/test/**", |
| | | "/system/info", |
| | | "/tenant/list", |
| | | "/email/code", |
| | | "/pda/**", |
| | | "/erp/**", |
| | | "/base/**", |
| | | "/order/**", |
| | | "/login", |
| | | "/register", |
| | | "/druid/**", |
| | | "/doc.html", |
| | | "/swagger-ui.html", |
| | | "/swagger-resources/**", |
| | | "/webjars/**", |
| | | "/v2/api-docs", |
| | | "/v3/api-docs", |
| | | "/v2/api-docs/**", |
| | | "/v3/api-docs/**", |
| | | "/swagger-ui/**", |
| | | "/ws/**" |
| | | "/ws/**", |
| | | "/wcs/**", |
| | | "/monitor/**", |
| | | "/mcp/**" |
| | | }; |
| | | |
| | | @Resource |