Skip to content

bootng/spring-boot-web-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot + Thymeleaf Web App

Spring boot application with Thymeleaf as the template engine. This small working applicaiton contains two pages

  1. Login page : Renders the login page
  2. Blog List Page: Renders the Blog List page. This application does not access any database, it returns list of Blogs from Java.

Technologies Used

Spring Boot 2.2.6.RELEASE
Thymeleaf
Java 10
Bootstrap v4.1.3

1. How to build

$ mvn clean install

2. How to start

$ mvn spring-boot:run

2. Access the Application

http://localhost:8080/login
http://localhost:8080/blog

Login Page

Blog Index Page

About

Spring boot web application starter. With Maven and Thymeleaf.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published