How to connect Springboot MVC to DB. Flashcards
1
Q
- What and all i added in JPA demo?
- What model will do ?
3.Wt is the use of CRUD repository?
A
- Spring web, H2 Database, JPA
- If we are giving request model will go and get the response for us.
- We should create a class and we can extend crud repository and we can use it for which user data we should store in DB