Skip to content

Docs should explicit state how @ConfigurationProperties map to command line args and os env vars #2234

@cer

Description

@cer

Suppose I have an @ConfigurationProperties class such as

@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions