This is the backend to the game Traitor's Town. For more information, check out traitorstown.com
-
Spring Boot
-
Server Sent Events (SSE) for player messaging
-
Lombok
The project uses Lombok to reduce the java boilerplate. Please refer to the official documentation for further information.
Lombok is a provided maven dependency which hooks in and generates code during the maven compilation. For full IDE support refer to the official or in case of intellij follow the steps
Go to File > Settings > Plugins
Click on Browse repositories...
Search for Lombok Plugin
Click on Install plugin
Follow the standard Spring boot work flows