앱)스프링부트 공식 지원 템플릿 엔진
@Controller 클래스의 @RequestMapping메소드에서 return 값을 파일명으로 인식하여 resolve하는 구조
1. JSP+JSTL
2. Freemarker
아티팩트ID : spring-boot-starter-freemarker
3. Groovy Templates
아티팩트ID : spring-boot-starter-groovy-templates
4.Thymeleaf
아티팩트ID : spring-boot-starter-thymeleaf
5.Mustache
아티팩트ID : spring-boot-starter-mustache
http://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-developing-web-applications.html
1. JSP+JSTL
2. Freemarker
아티팩트ID : spring-boot-starter-freemarker
3. Groovy Templates
아티팩트ID : spring-boot-starter-groovy-templates
4.Thymeleaf
아티팩트ID : spring-boot-starter-thymeleaf
5.Mustache
아티팩트ID : spring-boot-starter-mustache
http://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-developing-web-applications.html
'백엔드개발 > 스프링부트' 카테고리의 다른 글
메이븐보다 Gradle을 사용하는 이유 및 Gradle 설치 및 기본 구조 (0) | 2019.08.15 |
---|---|
스프링부트 특징 및 장단점 및 spring boot starters 목록 (0) | 2019.08.15 |
스프링부트 swagger ui 추가하기 API 설명 웹 페이지 (0) | 2018.04.03 |
이클립스 STS에서 스프링부트 핫 디플로이 설정 (0) | 2018.03.22 |
앱)마이크로 서비스와 스프링 부트 (0) | 2018.03.13 |