Assuming my spring.application.name = test
, I know that its possible to load property files with name test.properties, test-<profile>
.properties and the common application.properties from the cloud config server. But is it possible to have , say a file called abc.xml
,to be loaded using the config server? Can we keep this file in a folder in the class path of the config server and load it somehow?
Asked
Active
Viewed 45 times
1

Puneet
- 615
- 2
- 7
- 17

Ananya Antony
- 338
- 3
- 15