Skip to content
Snippets Groups Projects
Commit 30438a04 authored by Rustam Lotsmanenko (EPAM)'s avatar Rustam Lotsmanenko (EPAM)
Browse files

fix gc module

parent 643dd716
No related branches found
No related tags found
1 merge request!655Jakarta EE, Spring 6, Spring-Boot 3 migration
Pipeline #269985 failed
......@@ -17,6 +17,7 @@
package org.opengroup.osdu.schema.security;
import org.springframework.security.config.annotation.method.configuration.EnableMethodSecurity;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;
import org.springframework.context.annotation.Bean;
......@@ -27,6 +28,7 @@ import org.springframework.security.web.SecurityFilterChain;
import static org.springframework.security.config.Customizer.withDefaults;
@EnableMethodSecurity
@EnableWebSecurity
@Configuration
public class WebSecurity {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment