application.properties vs application.yml in Spring Boot
In this tutorial, we’ll compare Spring Boot Configuration using YAML file and Property file and their advantages one over the other.
In this tutorial, we’ll compare Spring Boot Configuration using YAML file and Property file and their advantages one over the other.
In this article, we’ll learn how to use @ConfigurationProperties with .yml file instead of .properties file for configuration in Spring Boot Project.