From 6236907e21f4cab5d1f2fb061775dc5fce52b2b0 Mon Sep 17 00:00:00 2001 From: Davide Date: Wed, 9 Nov 2016 13:00:00 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 38e53eb..dd6c6b3 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,15 @@ mvn package exec:java When the webserver starts visit to create a simpe entry on database and to view created entities. The application documentation is on 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 () 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 () integration +- [ ] Zero configuration clustering +- [ ] Migrate all utility classes from the archetype to an indipendent project