This is the task.
Any additional information about your solution goes here.
combat log file will be processed and inserted the significant events in H2 database as part of POST /api/match
Endpoint.
REST Endpoints are implemented to retrieve the significant events for specific match.
JpaRepository are used to interacting with database.
- Implement Test cases