Merge branch '1.5.x'

This commit is contained in:
Stephane Nicoll 2017-10-18 21:12:15 +02:00
commit b2839e2210
1 changed files with 1 additions and 1 deletions

View File

@ -6740,7 +6740,7 @@ you provide web-specific configuration, your class may need to be applied after
`WebMvcAutoConfiguration`.
If you want to order certain auto-configurations that shouldn't have any direct
knowledge of each other, you can also use `@AutoconfigureOrder`. That annotation has the
knowledge of each other, you can also use `@AutoConfigureOrder`. That annotation has the
same semantic as the regular `@Order` annotation but provides a dedicated order for
auto-configuration classes.