Spring Boot @ConfigurationProperties example
Spring Boot @ConfigurationProperties is letting developer maps the entire .properties and yml file into an object easily. Normally, we use the @Value to inject the .properties value one by one,…
Favourite tutorials for developers
Spring Boot @ConfigurationProperties is letting developer maps the entire .properties and yml file into an object easily. Normally, we use the @Value to inject the .properties value one by one,…
In this article, we will enhance the previous Spring REST Hello World example, by adding bean validation and custom validator. Technologies used : Spring Boot 2.1.2.RELEASE, Spring 5.1.4.RELEASE, Maven 3,…