Commit ccca30fc authored by dqjdda's avatar dqjdda
Browse files

update

parent 986b146c
...@@ -82,7 +82,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter { ...@@ -82,7 +82,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
.and() .and()
.headers() .headers()
.frameOptions() .frameOptions()
.sameOrigin() .disable()
// 不创建会话 // 不创建会话
.and() .and()
......
Supports Markdown
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