master-spring-and-spring-boot
master-spring-and-spring-boot copied to clipboard
Missing step while enabling H2 UI in updated version.
I am using spring-boot 3.4.1,
and I think we are missing step for enabling frame.
http.headers(headers -> headers.frameOptions(frameOptionsConfig-> frameOptionsConfig.disable()));
This piece of code should be added in here.
https://github.com/in28minutes/master-spring-and-spring-boot/blob/main/spring-security-3.1.4-updates.md?plain=1#L40
So far I am enjoying the lecture, and happy to see that all the questions are answered, thank you! :)