31- Creating Third Project in STS
We are creating our third spring boot application
Through which we will learn how to use Thymeleaf in Spring Starter Project in STS
Name- thymeleaf-springboot-tutorial
Type- Maven
Packaging- Jar
Artifact Id- thymeleaf-springboot-tutorial
Description - Basic concepts of thymeleaf along with spring web
Dependencies- Spring Web , Thymeleaf
In this project we will learn how to:
1- Create a String "Hello World" in java and insert into the required position on Thymeleaf Template to generate new HTML page.
2- Add CSS and JS files to thymeleaf template.
3- Add and use bootstrap CSS library to thymeleaf.
4- Itteration in thymeleaf.
Tools and Technologies to be Used for Project
--> Spring Boot
--> JDK
--> Embedded Tomcat Server
--> Maven
--> Eclipse STS
--> Thymeleaf
--> HTML ,CSS ,Javascript
--> Bootstrap
Comments
Post a Comment