savantly-net / sprout-legacy-starter

Opinionated starter package that sets up a full client side framework
Apache License 2.0
0 stars 0 forks source link

Please add key description for `@ConfigurationProperties` #4

Open snicoll opened 6 years ago

snicoll commented 6 years ago

Spring Boot ships an annotation processor that generates metadata for custom configuration keys. It extracts javadoc of fields to generate a description.

Please consider updating @ConfigurationProperties and add spring-boot-configuration-processor. More information in the documentation

jdbranham commented 6 years ago

Thanks @snicoll for taking the time to review the code and provide good feedback! I'm not sure how much maintenance I will do on this library, as I've replaced with a new framework that's much more powerful - https://github.com/savantly-net/sprout-platform

Although I do appreciate your insights!