XML : XML for Spring Boot Externalized Configuration

According to the Spring Boot documentation,

Spring Boot allows you to externalize your configuration so you can work with the same application code in different environments. You can use properties files, YAML files, environment variables and command-line arguments to externalize configuration.

Is there a particular reason why Spring Boot does not support the use of XML for externalized configuration?

Thank you.

No comments:

Post a Comment