In Spring Boot, the properties defined in the _____ file are used to configure the application.

  • application.properties
  • application.yml
  • config.yml
  • main.properties
In Spring Boot, the properties defined in the application.yml file are used to configure the application. While you can also use application.properties, YAML configuration files are a popular choice due to their readability and ease of use for defining properties.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *