You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ConfigurationProperties(prefix = "foo.bar")
class BazProperties {
@BeanProperty
@Required
var simple : String = null
@BeanProperty
@Required
var compoundName : Int = 30
}
The docs don't appear to explicitly define how this class's properties map to command line args and OS environment variables, e.g. FOO_BAR_COMPOUNDNAME and/or FOO_BAR_COMPOUND_NAME