diff --git a/docs/tests/unit/lombok-task-boilerplate.md b/docs/tests/unit/lombok-task-boilerplate.md index d669a01..6b8d691 100644 --- a/docs/tests/unit/lombok-task-boilerplate.md +++ b/docs/tests/unit/lombok-task-boilerplate.md @@ -54,6 +54,8 @@ javap -classpath target/classes -p \ com.lab.labtimesheet.feature.task.model.entity.Task \ com.lab.labtimesheet.feature.task.model.entity.TaskComment \ com.lab.labtimesheet.feature.task.service.TaskService \ + com.lab.labtimesheet.feature.task.service.TaskQueryService \ + com.lab.labtimesheet.feature.task.service.TaskDashboardService \ com.lab.labtimesheet.feature.task.controller.TaskController ```