Skip to content

Commit

Permalink
chore: lazy 설정 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
seongjae6751 committed Sep 18, 2024
1 parent e7903e0 commit 398b1c3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public class TestRedissonConfig {
private Environment environment;

@Bean
@Lazy
public RedissonClient redissonClient() {
String redisHost = environment.getProperty("spring.data.redis.host");
String redisPort = environment.getProperty("spring.data.redis.port");
Expand Down

0 comments on commit 398b1c3

Please sign in to comment.