1. 의존성 추가

maven

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-mustache</artifactId>
</dependency>

2. 개발 위치

  • 기본적으로 src/main/resources/templates에 작성
  • 이 위치에 작성하면 springboot가 자동으로 로딩

카테고리:

업데이트:

댓글남기기