Spring Boot: Using YAML file inspite of Property files
Using YAML file
Yaml as they are called Yet Another Markup Language is an alternative to properties file. It has extension of “.yml”. We can create application.yml file instead of application.properties.
Following it table for equivalent properties a...
kumarpallav.dev2 min read