标签: java spring-boot configuration config configserver
假设my spring.application.name = test,我知道可以从云配置服务器加载名称为test.properties,test-<profile>。属性和公共application.properties的属性文件。但是,有可能使用配置服务器加载一个名为abc.xml的文件吗?我们可以将此文件保存在配置服务器的类路径中的文件夹中并以某种方式加载它吗?
my spring.application.name = test
test-<profile>
abc.xml