TIL 23.12.26

ν™©μ€ν•˜Β·2023λ…„ 12μ›” 26일
0

TIL

λͺ©λ‘ 보기
140/146

πŸ“ŒToday I Learned

Spring boot

Thymeleaf

thymeleafκ°€ μ•„λ‹ˆλ”λΌλ„ λ‹€λ₯Έ ν…œν”Œλ¦Ώμ„ μ‚¬μš©ν•  λ•Œ
templates에 html λ§Œλ“€μ–΄μ„œ μ‚¬μš©ν•˜κΈ°.

Thymeleaf ν”ŒλŸ¬κ·ΈμΈ μ„€μΉ˜



μΈν…”λ¦¬μ„ΌμŠ€κ°€ 생겼닀!


파일 μΆ”κ°€

  • "com.test.thymeleaf.mapper" > "TestMapper.java"(I)

  • "com.test.thymeleaf.repository" > "TestDAO.java"(C)

  • "com.test.thymeleaf.domain" > "TestDTO.java"

  • src/main/resources > "com" > "test" > "thymeleaf" > "mapper" > "TestMapper.xml"


μŠ€ν”„λ§ λ©”μ‹œμ§€, Spring Message

  • ν”„λ‘œμ νŠΈ λ‚΄μ—μ„œ 자주 μ‚¬μš©λ˜λŠ”(반볡적인) λ¬Έμžμ—΄ (ex. μ£Όμ†Œ)
  • λ‹€κ΅­μ–΄ 지원

src/main/resources > "messages.properties"

λ‹€κ΅­μ–΄ 적용 방법

profile
μ°¨κ·Όμ°¨κ·Ό ν•˜λ‚˜μ”©

0개의 λŒ“κΈ€