We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11960bc commit 96534abCopy full SHA for 96534ab
apis/src/main/kotlin/org/yapp/apis/config/InfraConfig.kt
@@ -5,6 +5,12 @@ import org.yapp.EnableInfraBaseConfig
5
import org.yapp.InfraBaseConfigGroup
6
7
@Configuration(proxyBeanMethods = false)
8
-@EnableInfraBaseConfig([InfraBaseConfigGroup.JPA, InfraBaseConfigGroup.ASYNC, InfraBaseConfigGroup.REDIS])
+@EnableInfraBaseConfig(
9
+ [
10
+ InfraBaseConfigGroup.JPA,
11
+ InfraBaseConfigGroup.ASYNC,
12
+ InfraBaseConfigGroup.REDIS,
13
+ ]
14
+)
15
class InfraConfig {
16
}
0 commit comments