Skip to content

Commit

Permalink
Merge pull request TAVE-balak#161 from songhee1/feature/TAVE-balak#160-…
Browse files Browse the repository at this point in the history
…discussion

Refactor : yml 경로에 맞게 config경로 수정(TAVE-balak#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.