Created
December 3, 2017 18:52
-
-
Save Romeh/6142c544ebc85e062f7f0b01443a103b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spring: | |
# change the application name for your project name , this name is reserved for the maven archetype code generation | |
application: | |
name: Application | |
--- | |
# DO NOT FORGET TO ADD YOUR YAML CONFIG FILE IN config server as shown below | |
spring: | |
cloud: | |
config: | |
failFast: true | |
server: | |
bootstrap: true | |
git: | |
uri: https://github.com/Romeh/config.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment