We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
models
Course.java
services (Controller will call service)
CourseService.java
CourseImplement.java
ExerciseService.java
ExerciseImplement.java
GroupService.java
GroupImplement.java
repositories (access database and can be called by service and controller)
CourseRepository.java
mapper (mapper)
security (all methods related to security will be stored here)
utils
helper
ExcelHelper.java
JsonConvert
constants
DataType.java
validator
DateComparison.java
DateComparisonValidator.java
controllers (API)
TopicController.java
UserController.java
ExerciseController.java