Web/Template(Thymeleaf, mustache, handlebars (총 1개) 썸네일형 리스트형 Handlebars - Spring boot Handlebars Custom helper 등록하는 법 spring boot handlebars custom helper Spring boot 에서 Custom Helper를 등록하는 방법과, 사용법을 알아보도록 하겠습니다. Spring boot 에서 handlebars custom helper 사용법1. 의존성 추가xdependencies { // https://mvnrepository.com/artifact/pl.allegro.tech.boot/handlebars-spring-boot-starter compile 'pl.allegro.tech.boot:handlebars-spring-boot-starter:0.3.0' ...}build.gradle 파일에 위의 의존성을 추가합니다. 2. Custom Helper 추가xxxxxxxxxx@Component@H.. 이전 1 다음