반응형
thymeleaf에서 문자열 합치기
<td th:text="|${#strings.substring(list.annualStrDt, 0,4)}년 ${#strings.substring(list.annualStrDt, 5,7)}월 ${#strings.substring(list.annualStrDt, 8,10)}일|"></td>
제일 깔끔한 건 ||안에 리터럴("문자열")과 표현식(${})을 넣으면 된다.
반응형
'IT > development' 카테고리의 다른 글
[IDE] IntelliJ 탭 좌/우 이동(feat. Tab Shifter) (0) | 2023.06.22 |
---|---|
[thymeleaf] js에서 thymeleaf값 사용하기 (0) | 2023.06.21 |
[thymeleaf] 리터럴 대체 (0) | 2023.06.14 |
[JavaScript] 현재날짜와 특정날짜 비교 (0) | 2023.06.13 |
[springBoot] spring security passwordEncode (0) | 2023.06.04 |