3 Commits

Author SHA1 Message Date
Okechi Onyeje
4fa547a09d - went over PUT, POST, and DELETE mappings
- went over using the RequestBody and RequestParams in RestControllers
- went over writing business logic in Service Layer classes
2023-10-31 09:23:24 -04:00
1f40cc4675 - spring data JPA covered
- Data Layer Repositories covered
- Autowiring Repositories (Data Layer) to Service Layer Covered
- Mapping Entities To Tables and Column attributes covered
- Transient annotation covered
- persisting data to DB through data layer covered
2023-10-30 17:04:53 -04:00
b655b6dbab - initial commit
- api controller layer covered
- service layer instantiation covered
- autowiring and bean definitions covered
- package structuring covered
2023-10-29 16:58:55 -04:00