Skip to content

Instantly share code, notes, and snippets.

@Romeh
Created December 3, 2017 18:52
Show Gist options
  • Save Romeh/6142c544ebc85e062f7f0b01443a103b to your computer and use it in GitHub Desktop.
Save Romeh/6142c544ebc85e062f7f0b01443a103b to your computer and use it in GitHub Desktop.
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