Skip to content

mamady310/mamady310-SPR-CL-JPACRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPR-CL-JPACRUD

This coding lab covers unit "Spring Data JPA", module "Spring Data Repositories".

Instructions

  • This project is an example of a Grocery Application. It contains CRUD operations that let us create/edit/delete stores and grocery items.
  • The service classes perform the business logic of the application and leverage the Repository layer to interact with the database.
  • Your main goal will be able to fill out methods of the Store Service.
  • Look for @TODO statements and fill out the methods accordingly.

Shouldn't Modify (But Look at for Context)

  • Lab.Application
  • Models
    • Lab.Model.Grocery
    • Lab.Model.Store
  • Repository
    • Lab.Repository.GroceryRepository
    • Lab.Repository.StoreRepository
  • Lab.Service.GroceryService
  • Test files

Should Modify

  • Lab.Service.StoreService

About

Repo For RevPro Labs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published