We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0187f30 commit 86b97e3Copy full SHA for 86b97e3
src/main/antora/modules/ROOT/pages/redis/hash-mappers.adoc
@@ -31,7 +31,7 @@ public class Person {
31
32
public class HashMapping {
33
34
- @Autowired
+ @Resource(name = "redisTemplate")
35
HashOperations<String, byte[], byte[]> hashOperations;
36
37
HashMapper<Object, byte[], byte[]> mapper = new ObjectHashMapper();
0 commit comments