Skip to content

Commit 4ea0628

Browse files
committed
fix: correct invalid usage of @cAcHecONFig
Signed-off-by: Junnyjun <[email protected]>
1 parent a2b90d9 commit 4ea0628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/integration/cache/annotations.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ comes into play. The following examples uses `@CacheConfig` to set the name of t
485485

486486
[source,java,indent=0,subs="verbatim,quotes"]
487487
----
488-
@CacheConfig("books") <1>
488+
@CacheConfig(cacheNames = "books") <1>
489489
public class BookRepositoryImpl implements BookRepository {
490490
491491
@Cacheable

0 commit comments

Comments
 (0)