Skip to content

@ConfigurationProperties name attribute in reference does not exist #629

@rwinch

Description

@rwinch

The reference states to use:

@Component
@ConfigurationProperties(name="connection")
public class ConnectionSettings {

The @ConfigurationProperties name attribute doesn't exist. Instead the following should be used:

@Component
@ConfigurationProperties("connection")
public class ConnectionSettings {

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