Skip to content

hmurij/thymeleaf-spring-mvc-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple demo blog - Spring Boot - Thymeleaf - Gradle project

JDK springBoot Thymleaf H2

screanshot

Description

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.

Installation

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 the application

Access application on http://localhost:8080.

Reference