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 a3ae422 commit 9bdbe12Copy full SHA for 9bdbe12
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