Skip to content

Commit

Permalink
Merge pull request #161 from songhee1/feature/#160-discussion
Browse files Browse the repository at this point in the history
Refactor : yml 경로에 맞게 config경로 수정(#160)
  • Loading branch information
songhee1 authored Mar 4, 2024
2 parents 6ae1ff9 + 032a360 commit fed1ace
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
@Configuration
public class RedissonConfig {

@Value("${redis.host}")
@Value("${spring.redis.host}")
private String redisHost;

@Value("${redis.port}")
@Value("${spring.redis.port}")
private int redisPort;

private static final String REDISSON_HOST_PREFIX = "redis://";
Expand Down

0 comments on commit fed1ace

Please sign in to comment.