타임리프
TemplateProcessingException: Could not parse as expression
Could not parse as expression
오류발생 시 아래처럼 묶어주면 해결.
스프링 부트는 기본 경로가 /static 으로 지정되어 있는 경우가 있음. /를 붙이고 @{/~~~/} 로 넣어보자
참고 : http://1004lucifer.blogspot.com/2019/12/thymeleaf-js-templateprocessingexceptio.html
'웹개발 > sts' 카테고리의 다른 글
Nginx 설치 참고용 (0) | 2021.09.26 |
---|---|
STS(Spring Tool Suite)에서 Git push 하는 방법 (2) | 2021.09.05 |