Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 954 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 954 Bytes

🎯 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