Skip to content

Commit f1e1aea

Browse files
committed
Merge pull request #51111 from wantaekchoi
Closes gh-51111 * fix/autoconfigurecache-doc-fqcn: Fix package of AutoConfigureCache in caching documentation
2 parents 8164b0a + cb6e22e commit f1e1aea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io

documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/caching.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Doing so makes sure that caching is not required by slice tests.
284284
For tests that enable a full context, such as javadoc:org.springframework.boot.test.context.SpringBootTest[format=annotation], an explicit configuration overriding the regular configuration is required.
285285

286286
If caching is auto-configured, more options are available.
287-
Tests can be annotated with javadoc:org.springframework.boot.test.autoconfigure.core.AutoConfigureCache[format=annotation] to replace the auto-configured javadoc:org.springframework.cache.CacheManager[] by a no-op implementation.
287+
Tests can be annotated with javadoc:org.springframework.boot.cache.test.autoconfigure.AutoConfigureCache[format=annotation] to replace the auto-configured javadoc:org.springframework.cache.CacheManager[] by a no-op implementation.
288288

289289
include-code::MyIntegrationTests[]
290290

0 commit comments

Comments
 (0)