Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jesty authored Nov 9, 2016
1 parent f2ee9cf commit 6236907
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,15 @@ mvn package exec:java
When the webserver starts visit <http://localhost:8080/api/hello/davide> to create a simpe entry on database and <http://localhost:8080/api/hello> to view created entities. The application documentation is on <http://localhost:8080/api/swagger.json>

Now you are ready to snoop around the code and build your real project!

# Future developments

I like to be complaiant to Principles of microservices (<http://samnewman.io/talks/principles-of-microservices/>) to do that I'm working on this tasks. The tasks with check are work in progress or in test.

[ ] Deployment how-to
- [ ] Openshift integration
- [x] Correlation ID
- [x] Exception tracking and management
- [ ] Metrics (<http://metrics.dropwizard.io>) integration
- [ ] Zero configuration clustering
- [ ] Migrate all utility classes from the archetype to an indipendent project

0 comments on commit 6236907

Please sign in to comment.