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