Skip to content

Instantly share code, notes, and snippets.

spring:
cloud:
config:
server:
git:
uri: https://github.com/iundarigun/repoconfig
searchPaths: 'config/{application}/{profile}'
dependencies {
compile('org.springframework.boot:spring-boot-starter-web')
compile('org.springframework.boot:spring-boot-starter-actuator')
compile('org.springframework.cloud:spring-cloud-starter-config')
compile('org.springframework.cloud:spring-cloud-starter-bus-amqp')
}
test:
url:
http://test-app-remote:8080
spring:
application:
name: test-app
cloud:
config:
uri: http://localhost:8080
1268065598
1268065571
1268065565
1268065559