How to connect Springboot MVC to DB. Flashcards

1
Q
  1. What and all i added in JPA demo?
  2. What model will do ?
    3.Wt is the use of CRUD repository?
A
  1. Spring web, H2 Database, JPA
  2. If we are giving request model will go and get the response for us.
  3. 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly