Skip to content

rasitesdmr/SpringBoot-Product-Thymeleaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎯 THYMELEAF ?

📌 docker-compose.yaml

docker-compose up --build -d
docker-compose down -v

📌 Thymeleaf Maven Dependencies

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>

📌 Service

📌 Steps