Notice
Recent Posts
Recent Comments
Link
- Arawn's Dev Blog
- Outsider's Dev Story
- Toby's Epril
- Benelog
- NHN 개발자 블로그
- SK 플래닛 기술 블로그
- OLC CENTER
- 소프트웨어 경영/공학 블로그
- 모바일 컨버전스
- KOSR - Korea Operating System …
- 넥스트리 블로그
- 리버스코어 ReverseCore
- SLiPP
- 개발자를 위하여... (Nextree 임병인 수석)
- "트위터 부트스트랩: 디자이너도 놀라워할 매끈하고 직관…
- Learning English - The English…
- real-english.com
- 'DataScience/Deep Learning' 카테…
- Deep Learning Summer School, M…
- Deep Learning Courses
민서네집
Thymeleaf Layout Dialect 사용 본문
< Thymeleaf에서 레이아웃 기능을 지원하는 Thymeleaf Layout Dialect >
http://blog.outsider.ne.kr/1004?category=2
https://github.com/ultraq/thymeleaf-layout-dialect
pom.xml 파일에서 다음과 같이 의존성을 추가한다.
<
dependency
>
<
groupId
>nz.net.ultraq.thymeleaf</
groupId
>
<
artifactId
>thymeleaf-layout-dialect</
artifactId
>
<
version
>1.2.5</
version
>
</
dependency
>
Thymeleaf Layout Dialect 1.2 버전을 사용하면
<title layout:title-pattern="$DECORATOR_TITLE | $CONTENT_TITLE">Site Title</title>
위와 같이 layout:title-pattern 안에 "|"을 사용하면 [[| , |]] 이런 문자가 Title 앞과 뒤에 추가된다.
웹에서 찾아보니 Thymeleaf Layout 의 버그라고 해서 버전을 1.2.5 로 올렸더니 원하는 바 대로 출력되었다.
'Spring' 카테고리의 다른 글
인터넷에 연결 안되면 Spring Framework 에러 발생. (2) | 2014.09.04 |
---|---|
[2014.08.27] 표준 프레임워크 세미나 (0) | 2014.08.08 |
Spring Security + Java Config + Thymeleaf (0) | 2014.05.29 |
java.util.ConcurrentModificationException is thrown when using Spring AOP (0) | 2013.12.11 |
사용자 패스워드 암호화 (0) | 2013.11.29 |
Comments