question_detail.html
<div class="d-flex justify-content-end">
<div th:if="${question.modifyDate != null}" class="badge bg-light text-dark p-2 text-start mx-3">
<div class="mb-2">modified at</div>
<div th:text="${#temporals.format(question.modifyDate, 'yyyy-MM-dd HH:mm')}"></div>
</div>
<div th:if="${answer.modifyDate != null}" class="badge bg-light text-dark p-2 text-start mx-3">
<div class="mb-2">modified at</div>
<div th:text="${#temporals.format(answer.modifyDate, 'yyyy-MM-dd HH:mm')}"></div>
</div>

modifyDate ์ ๊ฐ์ด ์์ผ๋ฉด
์์ ์ผ์ ์ถ๋ ฅ

'BACKEND > SpringBoot' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
| h2 -> MySQL๋ก DB๋ณ๊ฒฝํ๊ธฐ (1) | 2023.11.13 |
|---|---|
| ์ง๋ฌธ/๋ต๋ณ ์ถ์ฒ ๊ธฐ๋ฅ (0) | 2023.11.13 |
| ๋ต๋ณ ์ญ์ (1) | 2023.11.13 |
| ๋ต๋ณ ์์ (0) | 2023.11.13 |
| ์ง๋ฌธ ์ญ์ ์ฒ๋ฆฌ (0) | 2023.11.10 |