Skip to content

Commit

Permalink
Read me updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranga Rao Karanam authored and Ranga Rao Karanam committed Sep 15, 2017
1 parent 39446ba commit d13e3cd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
Binary file modified 03.microservices/.DS_Store
Binary file not shown.
29 changes: 24 additions & 5 deletions 03.microservices/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,30 @@ You will learn
-Dserver.port=8001

## Commands
- mkdir git-configuration-repo
- cd git-configuration-repo/
- git init
- git add -A
- git commit -m "first commit"

```
mkdir git-configuration-repo
cd git-configuration-repo/
git init
git add -A
git commit -m "first commit"
```

## Spring Cloud Configuration

```
spring.cloud.config.failFast=true
```

## More Reading about Microservices
- Design and Governance of Microservices
- https://martinfowler.com/microservices/
- 12 Factor App
- https://12factor.net/
- https://dzone.com/articles/the-12-factor-app-a-java-developers-perspective
- Spring Cloud
- http://projects.spring.io/spring-cloud/

## Complete Code Example

Expand Down

0 comments on commit d13e3cd

Please sign in to comment.