Can we make @ConfigurationProperties behavior for a boot application without Spring? To explain a bit more clearly, I have a library module that I would like to use in a boot environment without Spring in the future, so I wondered if ConfigurationProperties could be used without introducing a large heap of spring-boot dependency kernel.
source share