spring-boot icon indicating copy to clipboard operation
spring-boot copied to clipboard

Introduce an ApplicationProperties class so that we can stop binding directly to SpringApplication

Open philwebb opened this issue 1 year ago • 0 comments

See #40206 for one example of the problem direct binding currently causes.

We'd like to have a package-private ApplicationProperties that we bind to then use PropertyMapper (or something similar).

philwebb avatar May 01 '24 15:05 philwebb