공부
[thymeleaf] <td th:text="|${price} 원|">{price} 원</td>
승가비
2023. 12. 9. 19:18
728x90
<td th:text="|${product.price}원|"></td>
https://breakcoding.tistory.com/387
[Spring Boot] 타임리프 Could not parse as expression: "${}어쩌구"
스프링부트 Thymeleaf에서는 변수를 쓸 때 ${변수} 이런 식으로 쓸 수 있다. 내가 오늘 개발을 하다가 이런 코드를 작성했다. 그런데 "800"이 아니라 "800원"으로 보이면 좋을 것 같아서 코드를 이렇게
breakcoding.tistory.com
728x90