|
| 1 | +# Validating @ConfigurationProperties in Spring Boot |
| 2 | + |
| 3 | +The @ConfigurationProperties annotation in Spring Boot is used to bind configuration parameters typically from properties or YAML files to a Java class. |
| 4 | + |
| 5 | +But, did you know you also can validate configuration properties at spring application startup with @ConfigurationProperties annotation? |
| 6 | + |
| 7 | +Read full article here: https://stacktips.com/articles/validating-configurationproperties-in-spring-boot |
| 8 | + |
| 9 | +### Related topics: |
| 10 | + |
| 11 | +* [#spring-boot](https://stacktips.com/topics/spring-boot) |
| 12 | +* [#android](https://stacktips.com/topics/android) |
| 13 | +* [#java](https://stacktips.com/topics/java) |
| 14 | +* [#python](https://stacktips.com/topics/python) |
| 15 | +* [#spring](https://stacktips.com/topics/spring) |
| 16 | +* [#design-pattern](https://stacktips.com/topics/design-pattern) |
| 17 | +* [#git](https://stacktips.com/topics/git) |
| 18 | +* [#maven](https://stacktips.com/topics/maven) |
0 commit comments