Skip to content

Commit

Permalink
Fix: (main) redis property 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
alsdl0629 committed Nov 8, 2023
1 parent bfcaca2 commit 480e764
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package team.sfe.server.global.redis

import org.springframework.boot.context.properties.ConfigurationProperties

@ConfigurationProperties(prefix = "spring.redis")
@ConfigurationProperties(prefix = "spring.redis.data")
data class RedisProperties(
val host: String,
val port: Int
Expand Down

0 comments on commit 480e764

Please sign in to comment.