I have successfully tested loading properties from SVN repository, currently in my config server i have provided the URI and default-label: trunk and i have application specific property under trunk
. below is the contents of my consuming application's application.yml
and able to pull the properties successfully
spring:
application:
name: foo-development
cloud:
config:
uri: http://localhost:${config.port:8888}
now i have a shared property in different folder thats shared across other applications as well, so how do i load this into my application along with my application specific