- Spring Boot 2.0 Projects
- Mohamed Shazin Sadakath
- 40字
- 2021-08-13 16:00:11
Using the modified configuration location strategy
With Spring Boot 2.0, the spring.config.location configuration will no longer append to the list of configurations; instead, it will replace it. So, if append logic is required, then spring.config.additional-location must be used.