Skip to content

A simple Spring Boot MVC project that shows some basic operations on MySQL Sakila database

License

Notifications You must be signed in to change notification settings

wooly905/SakilaSpringBootMVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple Spring Boot MVC project that shows some basic operations on MySQL Sakila database

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published