pull/214/head
dqjdda 2019-11-30 22:00:29 +08:00
parent 986b146c88
commit ccca30fcd7
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
.and() .and()
.headers() .headers()
.frameOptions() .frameOptions()
.sameOrigin() .disable()
// 不创建会话 // 不创建会话
.and() .and()