A simple blog application example project made with Spring Boot for Codeup students.
- Implementing Materialize CSS Framework
- Spring Boot 2.1.x
- Hibernate ORM + JPA
- Thymeleaf
- MySQL
- Clone this repo locally.
- Create an
application.properties
file with valid credentials for a MySQL connection, use theapplication.properties.example
as a template. - Add any API keys needed to test the full functionality.
- If you want to use the seeder file leave the
seed.db=true
property, change it to:seed.db=false
or any value that makes sense to you when you don't want to seed the database.
In this project you will find some examples for: