New way to configuring Spring Security for H2 database console
The old way to disable csrf(), headers() and frameOptions() in Spring.
@Bean
public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
http.authorizeHttpRequests(
auth -> auth.anyRequest().authenticated...
hemantdwivedi.hashnode.dev1 min read
Anamika
i am fulllstack developer
nice