Refactoring
- Cleanup application.yml and remove unused properties
- switch from jdbc to r2dbc as databaseconnection, only flyway still operates over jdbc due missing support
- Add HTTP Routes for high- and low lighting of comments
- Send CommentCreated to Clients wenn the acknowledgement flag changes, for updating the comment list on the Frontend
- Cleanup AMQP Messaging inside the CommentCommandHandler