Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- AOP
- Greedy
- Android
- 자바
- Spring Boot
- JDBC
- JPQL
- spring
- SpringBoot
- 스프링 핵심 기능
- http
- 인프런
- db
- Servlet
- Thymeleaf
- java
- 백준
- pointcut
- 그리디
- transaction
- 스프링 핵심 원리
- 알고리즘
- QueryDSL
- kotlin
- 스프링
- Exception
- 김영한
- jpa
- Proxy
- springdatajpa
Archives
- Today
- Total
목록Layout (1)
개발자되기 프로젝트
[Thymeleaf] Template layout 1
fragment는 코드 조각을 가지고 와서 사용했다. 이번에는 코드 조각을 layout에 넘겨서 사용해보자. 예를 들어서 메인 컨텐츠 3. base.html layoutMain에서 title 태그와 link태그가 넘어온다. 레이아웃 타이틀로 넘어온 title 태그로 replace. link의 경우 th:block으로 지정했다. 넘어온 link tag를 가지고 th:block을 대체한다. 4. 결과 메인 컨텐츠 5. GitHub : 210919 layout 1 GitHub - bsh6463/Thymeleaf Contribute to bsh6463/Thymeleaf development by creating an account on GitHub. github.com
인프런/[인프런] 스프링 MVC 2
2021. 9. 19. 15:35