Browse Source

Polish

pull/14460/merge
Andy Wilkinson 7 years ago
parent
commit
07dd689c9c
  1. 2
      spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

2
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

@ -6393,7 +6393,7 @@ a context for tests sharing the same configuration, the use of `@MockBean` or `@ @@ -6393,7 +6393,7 @@ a context for tests sharing the same configuration, the use of `@MockBean` or `@
influences the cache key, which will most likely increase the number of contexts.
TIP: If you are using `@SpyBean` to spy on a bean with `@Cacheable` methods that refer
to parameter's by name, your application must be compiled with `-parameters`. This
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.

Loading…
Cancel
Save