Merge branch '2.0.x'

This commit is contained in:
Andy Wilkinson 2018-10-09 14:37:25 +01:00
commit 602f23c3eb
1 changed files with 1 additions and 1 deletions

View File

@ -6748,7 +6748,7 @@ NOTE: While Spring's test framework caches application contexts between tests an
a context for tests sharing the same configuration, the use of `@MockBean` or `@SpyBean`
influences the cache key, which will most likely increase the number of contexts.
PTIP: If you are using `@SpyBean` to spy on a bean with `@Cacheable` methods that refer
TIP: If you are using `@SpyBean` to spy on a bean with `@Cacheable` methods that refer
to parameters by name, your application must be compiled with `-parameters`. This
ensures that the parameter names are available to the caching infrastructure once the
bean has been spied upon.