Fix example structure
This commit is contained in:
parent
e3a124d0f9
commit
97cf86801b
|
|
@ -1659,7 +1659,8 @@ decorated and enhanced with the necessary pieces to get the `/login`
|
|||
path working. For example, here we simply allow unauthenticated access
|
||||
to the home page at "/" and keep the default for everything else:
|
||||
|
||||
[source,java] ----
|
||||
[source,java,indent=0]
|
||||
----
|
||||
@Configuration
|
||||
public class WebSecurityConfiguration extends WebSecurityConfigurerAdapter {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue