mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-19 22:09:01 +00:00
Improve "@ConfigurationProperties vs. @Value" documentation with the recommendation that kebab-case is used with the `@Value` annotation. Closes gh-20507