This repository is a simple Spring Boot MVC project that gives you some basic functions on several entities in Sakila database. This project is dependent on Spring Web, Lombok, Spring Data JPA, MySQL driver, and Thymeleaf engine.
When you run the project locally on your computer, don't forget to update MySQL connection in application.properties file.
Home page
Actor list - display each actor and the movies that the actor played
Film list - display a list of films
Film list - display the detail of a film
Film list - add a film
Film category list - display a list of film categories and the associated movies
Actor pagination list
Countries and cities list
Language list with add, edit, and delete action
Rental list by customer, film, and date interval
Staff list with home address and store address
Specific staff
Customer list with email and address