BAEL-574 update the readme

This commit is contained in:
tschiman 2017-02-12 15:59:41 -07:00
parent 0b793f7398
commit 237eb64079
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
### Relevant Articles:
- [Spring Cloud Bootstrapping](http://www.baeldung.com/spring-cloud-bootstrapping)
- [Spring Cloud Securing Services](http://www.baeldung.com/spring-cloud-securing-services)
- To run the project copy the appliction-config folder to c:\Users\{username}\ on Windows or /Users/{username}/ on *nix. Then open a git bash terminal in application-config and run:
- git init
- git add .
- git commit -m "First commit"