Liljana, Farhad, Nivethitha, Samuel
To creat a RecipeDatabase with the following tools:
- JPA /Hibernate
- Entity
- Spring Boot
- Dependency Injection•Entity Relationships
- SpringData / EntityManager
- CRUD functionality with SpringData or EntityManager
- Read from database with help of SpringData framework or queries.
- MySQL database•H2 database in testing environment.•Test with database.
- All Entities and relations need to be in place.
- Implement Create, Read, Update, Delete and specified functionalities with Repositories or Dao classes.
- The following functionalities need to tested with JUnit.
- Add and remove from collections in you Entities (e.g. List, Set etc.).
- The methods you specified or implemented in Repositories or Dao classes.