We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7942897 commit 79ddf6eCopy full SHA for 79ddf6e
src/main/java/org/example/gridgestagram/config/RedisConfig.java
@@ -31,10 +31,10 @@ public class RedisConfig {
31
@Value("${spring.data.redis.port}")
32
private int port;
33
34
- @Value("${spring.redis.timeout}")
+ @Value("${spring.data.redis.timeout}")
35
private int timeout;
36
37
- @Value("${spring.redis.password}")
+ @Value("${spring.data.redis.password}")
38
private String password;
39
40
@Bean
0 commit comments