Skip to content

Instantly share code, notes, and snippets.

@yusiwen
Created March 26, 2020 04:14
Show Gist options
  • Save yusiwen/cdc43b1cebfaf4117a06632d64655670 to your computer and use it in GitHub Desktop.
Save yusiwen/cdc43b1cebfaf4117a06632d64655670 to your computer and use it in GitHub Desktop.
[H2 console in Spring Boot show a blank screen] #spring-boot #h2
@Override
protected void configure(HttpSecurity http) throws Exception {
bla();
bla();
http.headers().frameOptions().sameOrigin();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment