스프링 템플릿 엔진 종류 및 성능 및 비교

Posted by HULIA(휴리아)
2019. 8. 4. 18:47 백엔드개발/자바스프링

스프링에서 사용가능한 템플릿 엔진 종류들

https://www.baeldung.com/spring-template-engines

 

Template Engines for Spring | Baeldung

Discover Spring-compatible template engines and see simple examples.

www.baeldung.com

 

위의 스프링에서 사용가능한 템플릿 엔진 성능순위(비교)

https://github.com/jreijn/spring-comparing-template-engines

 

jreijn/spring-comparing-template-engines

Demo project to show different Java templating engines in combination with Spring MVC - jreijn/spring-comparing-template-engines

github.com

 

결과는 다음과 같습니다~ㅎ

 

Freemarker나 Mustache 나 Thymeleaf 쓰는 것이 좋아보이네요~ㅎ