First Task in Spring Boot with with front end and backend using data base H2.
the Project is about a DVD store which contains three entities Actor, Movie and FilmStudio. It allow the use to see the movies database and actors and Filmstudio and also allow the user to perform CRUD operation.
Spring boot for frontend Thymeleaf.
Lombok for Getter Setter.
H2 for Databases.
we are using POJO with JPA.