Spring boot application with Thymeleaf as the template engine. This small working applicaiton contains two pages
- Login page : Renders the login page
- Blog List Page: Renders the Blog List page. This application does not access any database, it returns list of Blogs from Java.
Spring Boot 2.2.6.RELEASE
Thymeleaf
Java 10
Bootstrap v4.1.3
$ mvn clean install
$ mvn spring-boot:run
http://localhost:8080/login
http://localhost:8080/blog