File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-boot-project/spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6431,7 +6431,7 @@ NOTE: While Spring's test framework caches application contexts between tests an
64316431a context for tests sharing the same configuration, the use of `@MockBean` or `@SpyBean`
64326432influences the cache key, which will most likely increase the number of contexts.
64336433
6434- PTIP : If you are using `@SpyBean` to spy on a bean with `@Cacheable` methods that refer
6434+ TIP : If you are using `@SpyBean` to spy on a bean with `@Cacheable` methods that refer
64356435to parameters by name, your application must be compiled with `-parameters`. This
64366436ensures that the parameter names are available to the caching infrastructure once the
64376437bean has been spied upon.
You can’t perform that action at this time.
0 commit comments