Thymeleaf Spring Boot Gradle project for demonstration and educational purposes. Simple demo blog with basic functionality such as basic authentication, create new users and full CRUD (Create, Retrieve, Update, Delete) operations on posts and comments. Blog is pre-populated with demo data on application start. Create new user or login with any author full name, password is password
, administrator username: admin
password: admin
.
Download source code as zip, unzip archive or
git clone https://github.com/hmurij/thymeleaf-spring-mvc-blog.git
Navigate to project folder and run
gradlew bootRun
Access application on http://localhost:8080.