Programming/Spring
spring boot - Thymeleaf란?
hoya_315
2020. 12. 2. 18:13
반응형
spring boot를 설정해서 프로젝트를 만드는데 Thymeleaf라는 게 뭔지 궁금해졌다.
Thymeleaf는 웹 및 독립 실행 형 환경을 위한 최신 서버 측 Java 템플릿 엔진이다.
spring framework과 같이 지원하는게 많아서 웹개발에 많이 쓰인다고 한다.
Thymeleaf
Integrations galore Eclipse, IntelliJ IDEA, Spring, Play, even the up-and-coming Model-View-Controller API for Java EE 8. Write Thymeleaf in your favourite tools, using your favourite web-development framework. Check out our Ecosystem to see more integrati
www.thymeleaf.org
반응형