${@myBean.doSomething()}
처럼 스프링 빈 호출 지원th:object
, th:field
, th:errors
, th:errorclass
위 내용들은 뒤에서 크게크게 다룬다.
이번 섹션에는 편리한 폼관리를 위한 추가 속성
과 폼 컴포넌트 기능
에 대해 다룰 예정이다.
타임리프 템플릿 엔진을 스프링 빈에 등록하고, 타임리프용 뷰 리졸버를 스프링 빈으로 등록하는 방법
https://www.thymeleaf.org/doc/tutorials/3.0/thymeleafspring.html#the-springstandard-dialect https://www.thymeleaf.org/doc/tutorials/3.0/thymeleafspring.html#views-and-view-resolvers
을 스프링 부트에서는 그냥
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
만 추가해주면 알아서 등록을 다 해준다.
타임리프 관련 설정을 바꾸고 싶다면 밑에를 참고해서 application.properties
에 추가하면 된다.