To define hierarchical properties in a YAML configuration file in Spring Boot, you can use _____.

  • YAML anchors
  • YAML hierarchy
  • YAML inheritance
  • YAML nesting
In Spring Boot, you can define hierarchical properties in a YAML configuration file using YAML nesting. YAML allows you to structure your configuration data hierarchically, making it easy to organize and manage complex configuration settings for your application. This helps in maintaining a clean and readable configuration.
Add your answer
Loading...

Leave a comment

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