Skip to content

Commit 96534ab

Browse files
committed
[BOOK-52] refactor: apis - config 필드 값 정리 (#11)
1 parent 11960bc commit 96534ab

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

apis/src/main/kotlin/org/yapp/apis/config/InfraConfig.kt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ import org.yapp.EnableInfraBaseConfig
55
import org.yapp.InfraBaseConfigGroup
66

77
@Configuration(proxyBeanMethods = false)
8-
@EnableInfraBaseConfig([InfraBaseConfigGroup.JPA, InfraBaseConfigGroup.ASYNC, InfraBaseConfigGroup.REDIS])
8+
@EnableInfraBaseConfig(
9+
[
10+
InfraBaseConfigGroup.JPA,
11+
InfraBaseConfigGroup.ASYNC,
12+
InfraBaseConfigGroup.REDIS,
13+
]
14+
)
915
class InfraConfig {
1016
}

0 commit comments

Comments
 (0)