You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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
0 commit comments