- Added basic maven project structure
- Added initial Spring services
- Added mongo db persistence to hero entity and service
- Refactored project to use Spring Boot
- Added REST controllers for Hero and Party
- Added additional microservices arena and promoter
- Added Spring Cloud communication tools
- Added Docker configuration and files