亚大综合监测、森林监测添加柬埔寨各省数据

This commit is contained in:
2023-02-21 15:02:37 +08:00
parent ef66a3ff00
commit d27dad982b
23 changed files with 2403 additions and 49 deletions

View File

@ -115,7 +115,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
.antMatchers("/*/api-docs").anonymous()
.antMatchers("/druid/**").anonymous()
// // 除上面外的所有请求全部需要鉴权认证
.anyRequest().authenticated()
//.anyRequest().authenticated()
.and()
.headers().frameOptions().disable();
httpSecurity.logout().logoutUrl("/logout").logoutSuccessHandler(logoutSuccessHandler);