|
1 | 1 | # Bootstrap project to work with microservices using Java |
2 | 2 |
|
3 | | -watch the videos demonstrating the project |
| 3 | +Watch the videos demonstrating the project |
4 | 4 |
|
5 | 5 | <a href="https://medium.com/@alexsandrosouza/bootstrapping-a-microservices-screencast-7212aa3912cc" target="_blank"><img src="http://img.youtube.com/vi/6LPDbgf5ssU/0.jpg" |
6 | 6 | alt="Bootstrapping a microservice architecture" width="240" height="180" border="10" /></a> |
7 | 7 |
|
8 | | -The idea of this project is provide you a bootstrap for your next microservice architecture using Java. |
9 | | -On this repository we will be addressing some challenges that everyone faces when are starting with microservices. |
10 | | -This project will definitely helps you get an understand about the microservice world and save you a lot of time in setting your initial |
11 | | -microservice architecture. |
| 8 | +Read about the project [here](https://medium.com/hands-on-microservices-with-java/bootstrapping-microservices-your-microservice-architecture-ready-438eefb2e435) |
12 | 9 |
|
13 | | -Basically if you are interested on microservice, either study or want to implement microservice approach at your work, this project is for you! |
| 10 | +The idea of this project is to provide you a bootstrap for your next microservice architecture using Java. we are addressing main challenges that everyone faces when is starting with microservices. This project will definitely help you get an understand about microservices world and save you a lot of time in setting your initial microservice architecture. |
14 | 11 |
|
| 12 | +Basically, if you are interested in microservice, either study or want to implement microservice approach at your work, this project is for you! |
15 | 13 |
|
16 | 14 | Some patterns, tools and technologies that you will see in this system: |
17 | 15 |
|
@@ -162,7 +160,5 @@ curl -H "Content-Type: application/json" -X POST -d '{"id":161,"caption":"Test c |
162 | 160 | ``` |
163 | 161 |
|
164 | 162 | ## TODO |
165 | | -* Deploy the project to Amazon ECS |
166 | | -* Integrate turbine in the Admin dashboard |
167 | 163 | * Add private maven repository Artifactory |
168 | 164 | * Manager services integration through Spring Webflow |
0 commit comments