
[Spring Boot] Thymeleaf 타임리프 템플릿 사용하기 (5) :: Thymeleaf 연산자
캐떠린
Thymeleaf에서 연산자를 사용 시 어떻게 출력이 되나 확인해보자! 저번 포스팅에서 사용했던 프로젝트에 이어서 작업하기 [Spring Boot] Thymeleaf 타임리프 템플릿 사용하기 (4) :: Thymeleaf 메세지 표현식(Message Expressions) 메세지 표현식(Message Expressions) Message Expressions, 메시지 표현식 #{...} Spring message 특징 : 다국어 지원 및 반복적으로 사용하는 문자열(ex. alert창 문구 등)을 저장하여 관리할 수 있다. 저번 포스팅에 pigsnowworld.tistory.com 연산자 1. TestController.java @GetMapping(value = "/m4.do") public String..