Skip to content

Instantly share code, notes, and snippets.

@Tatsiana888
Created May 15, 2017 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tatsiana888/e57de9fdfacc4e0ce1e7361572bace5b to your computer and use it in GitHub Desktop.
Save Tatsiana888/e57de9fdfacc4e0ce1e7361572bace5b to your computer and use it in GitHub Desktop.
spring:
application:
name: server-service
profiles:
active: native
cloud:
config:
server:
bootstrap: true // flag to indicate that the server should configure itself from its own remote repository
prefix: /config // changing the location of the server endpoints
native:
searchLocations: classpath:config/ // here can be located microcervices properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment