Configuring Project
- Create database in mysql
- Set database connection configuration in application.properties file.
All necessary tables will be created and dummy data will be inserted to database automatically, when you run application for the first time. flywaydb has been used to provide this functionality.
Used
- Thymeleaf (Master Layout)
- flywaydb
- JPA
- MYSQL
Screenshots