spring-projects-experimental / spring-fu

Configuration DSLs for Spring Boot
Apache License 2.0
1.67k stars 139 forks source link

Bind property objects to standard property sources #318

Closed mplain closed 3 years ago

mplain commented 4 years ago

Bind property objects to standard property sources (e.g. application.properties) first, before programmatically configuring them via DSL

My general idea is that even though I'd love to get rid of annotations in my code, I still find it convenient to configure some things via application.properties

If you like the idea, I can do this for other property objects

P.S. related to this issue, specifically i need to configure server.error.include-message: always

sdeleuze commented 3 years ago

Interesting, I have put that in 0.5.0 bucket.

vladimirfx commented 3 years ago

Looks great! Maybe made similar changes to other DSLs?

sdeleuze commented 3 years ago

This PR was closed during the master to main renaming (not sure why), please re submit it against main branch.