Skip to content

Commit

Permalink
서브모듈 변경사항 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
seonghooni committed Nov 11, 2024
1 parent 6be3665 commit 47a90f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@ public class RedisConfig {
@Value("${spring.data.redis.port}")
private int port;

@Value("${spring.data.redis.password}")
private String password;

@Bean
public RedisConnectionFactory redisConnectionFactory(){
RedisStandaloneConfiguration config = new RedisStandaloneConfiguration(host, port);
config.setPassword(password);
return new LettuceConnectionFactory(config);
}

Expand Down
2 changes: 1 addition & 1 deletion submodule-config

0 comments on commit 47a90f7

Please sign in to comment.