Customize Spring Boot's auto configurations
In this tutorial, we will customize the spring boot's auto configurations. This can be done in following ways:
- Through program arguments
- application.properties
- application.yml YAML is a serialization format that follows the hierarchical structure, which is in ways similar to JSON. It will contain key value pairs in a hierarchical format. And it is really popular in ruby. Spring dependencies have snake yaml jar which is responsible for parsing yaml.
Comments
Post a Comment