issues
search
webperside
/
course-erp-backend
We are developing this project on Youtube Live
14
stars
1
forks
source link
[FEATURE] CRUD services for teachers table
#73
Closed
hamidsultanzadeh
closed
1 year ago
hamidsultanzadeh
commented
1 year ago
follow the guide at #4
aytiqaqash
commented
1 year ago
[x] Model: Teacher
[x] Service: TeacherService, TeacherServiceImpl
[x] Mapper: TeacherMapper.xml
[x] Repository: TeacherRepository
[x] Methods: insert, update, find by id (will throw exception on service layer),
[x] find all (currently, we'll fetch all data, till implement the base service for paginating)
follow the guide at #4