Class BaseTaskGroupController<E extends TaskGroup,D,A>

java.lang.Object
at.jku.dke.etutor.task_app.controllers.BaseTaskGroupControllerWithoutRequestMapping<E,D,A>
at.jku.dke.etutor.task_app.controllers.BaseTaskGroupController<E,D,A>
Type Parameters:
E - The type of the task group entity.
D - The type of the task group DTO.
A - The type of the additional data in ModifyTaskGroupDto.
All Implemented Interfaces:
TaskGroupController<D,A>

@RequestMapping("/api/taskGroup") public abstract class BaseTaskGroupController<E extends TaskGroup,D,A> extends BaseTaskGroupControllerWithoutRequestMapping<E,D,A>
Base implementation of TaskGroupController with predefined request mapping base.

Add @RestController to the extending class.