master-spring-and-spring-boot icon indicating copy to clipboard operation
master-spring-and-spring-boot copied to clipboard

Missing step while enabling H2 UI in updated version.

Open itsoyou opened this issue 9 months ago • 0 comments

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! :)

itsoyou avatar Jan 21 '25 11:01 itsoyou