Skip to content

Latest commit

 

History

History
58 lines (30 loc) · 2.32 KB

README.md

File metadata and controls

58 lines (30 loc) · 2.32 KB

Sakila sample website in Spring Boot MVC

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

image

Actor list - display each actor and the movies that the actor played

image

Film list - display a list of films

image

Film list - display the detail of a film

image

Film list - add a film

image

Film category list - display a list of film categories and the associated movies

image

Actor pagination list

image

Countries and cities list

image

Language list with add, edit, and delete action

image

Rental list by customer, film, and date interval

image

Staff list with home address and store address

image

Specific staff

image

Customer list with email and address

image