Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JuseungL committed Nov 26, 2024
1 parent 205c8d8 commit 526db7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend-submodule
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
@EnableCaching
public class RedisConfig {

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

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

@Bean
Expand Down

0 comments on commit 526db7d

Please sign in to comment.