Skip to content

Commit cb6e22e

Browse files
wantaekchoisnicoll
authored andcommitted
Fix package of AutoConfigureCache in caching documentation
See gh-51111 Signed-off-by: wantaek <wantaekchoi@gmail.com>
1 parent 8164b0a commit cb6e22e

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)