We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6b56a commit 4049e21Copy full SHA for 4049e21
src/main/kotlin/com/shardis/ShardisProperties.kt
@@ -2,8 +2,10 @@ package com.shardis
2
3
import org.springframework.boot.context.properties.ConfigurationProperties
4
import org.springframework.stereotype.Component
5
+import org.springframework.validation.annotation.Validated
6
7
@Component
8
+@Validated
9
@ConfigurationProperties(prefix = "shardis")
10
open class ShardisProperties {
11
0 commit comments