File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1273,7 +1273,7 @@ and `@ContextConfiguration` for further details.
1273
1273
`@WebAppConfiguration` from the Spring TestContext Framework. You can use it at the class
1274
1274
level as a drop-in replacement for `@ContextConfiguration` and `@WebAppConfiguration`.
1275
1275
With regard to configuration options, the only difference between `@ContextConfiguration`
1276
- and `@SpringJUnitWebConfig` is that you can declare annotated classes bu using the
1276
+ and `@SpringJUnitWebConfig` is that you can declare annotated classes by using the
1277
1277
`value` attribute in `@SpringJUnitWebConfig`. In addition, you can override the `value`
1278
1278
attribute from `@WebAppConfiguration` only by using the `resourcePath` attribute in
1279
1279
`@SpringJUnitWebConfig`.
You can’t perform that action at this time.
0 commit comments