Merge branch '5.1.x'

This commit is contained in:
Stephane Nicoll 2019-08-09 09:37:36 +02:00
commit 977451064a
1 changed files with 1 additions and 1 deletions

View File

@ -1297,7 +1297,7 @@ and `@ContextConfiguration` for further details.
`@WebAppConfiguration` from the Spring TestContext Framework. You can use it at the class
level as a drop-in replacement for `@ContextConfiguration` and `@WebAppConfiguration`.
With regard to configuration options, the only difference between `@ContextConfiguration`
and `@SpringJUnitWebConfig` is that you can declare annotated classes bu using the
and `@SpringJUnitWebConfig` is that you can declare annotated classes by using the
`value` attribute in `@SpringJUnitWebConfig`. In addition, you can override the `value`
attribute from `@WebAppConfiguration` only by using the `resourcePath` attribute in
`@SpringJUnitWebConfig`.