We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22dab5c commit ecc230bCopy full SHA for ecc230b
src/main/java/ru/mystamps/web/support/spring/security/SecurityConfig.java
@@ -21,7 +21,6 @@
21
import javax.servlet.http.HttpServletRequest;
22
23
import org.springframework.context.annotation.Bean;
24
-import org.springframework.context.annotation.Configuration;
25
import org.springframework.context.ApplicationListener;
26
import org.springframework.http.HttpMethod;
27
@@ -45,7 +44,6 @@
45
44
import ru.mystamps.web.config.ServicesConfig;
46
import ru.mystamps.web.Url;
47
48
-@Configuration
49
@EnableWebMvcSecurity
50
@EnableGlobalMethodSecurity(prePostEnabled = true)
51
public class SecurityConfig extends WebSecurityConfigurerAdapter {
0 commit comments