1
0
mirror of synced 2026-08-03 16:56:56 +00:00

Fix typo in Java configuration docs

This commit is contained in:
Eleftheria Stein
2020-05-01 14:24:40 -04:00
parent 4a9fa0337a
commit 1ca47f5cd0
@@ -284,7 +284,7 @@ The code is invoked in the following order:
* Code in `MyCustomDsl`s init method is invoked
* Code in `MyCustomDsl`s configure method is invoked
If you want, you can have `WebSecurityConfiguerAdapter` add `MyCustomDsl` by default by using `SpringFactories`.
If you want, you can have `WebSecurityConfigurerAdapter` add `MyCustomDsl` by default by using `SpringFactories`.
For example, you would create a resource on the classpath named `META-INF/spring.factories` with the following contents:
.META-INF/spring.factories