Fix asciidoc syntax
This commit is contained in:
parent
993c7691ec
commit
9a2f9825d1
|
|
@ -1400,7 +1400,8 @@ user detail store) it might be worth extracting the
|
||||||
`GlobalAuthenticationConfigurerAdapter` (in the `init()` method so it
|
`GlobalAuthenticationConfigurerAdapter` (in the `init()` method so it
|
||||||
happens before the authentication manager is needed elsewhere), e.g.
|
happens before the authentication manager is needed elsewhere), e.g.
|
||||||
|
|
||||||
```
|
[source,java,indent=0,subs="verbatim,quotes,attributes"]
|
||||||
|
----
|
||||||
@Configuration
|
@Configuration
|
||||||
public class AuthenticationManagerConfiguration extends
|
public class AuthenticationManagerConfiguration extends
|
||||||
GlobalAuthenticationConfigurerAdapter {
|
GlobalAuthenticationConfigurerAdapter {
|
||||||
|
|
@ -1409,7 +1410,7 @@ public class AuthenticationManagerConfiguration extends
|
||||||
auth.inMemoryAuthentication() // ... etc.
|
auth.inMemoryAuthentication() // ... etc.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
----
|
||||||
|
|
||||||
|
|
||||||
[[howto-enable-https]]
|
[[howto-enable-https]]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue