Fix Add @Configuration to @Enable*Security Usage

Issue gh-6613
This commit is contained in:
Rob Winch
2022-08-09 07:37:59 -05:00
parent 040111ae9e
commit a5069d7e35
16 changed files with 57 additions and 8 deletions

View File

@@ -324,6 +324,7 @@ You can also explicit disable the default:
====
[source,java]
----
@Configuration
@EnableWebSecurity
public class Config {
@Bean