일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- AWS
- jdk upgrade
- 윈도우 개발서버
- Telegram API
- NoSQL Workbench
- telegram
- querydsl
- jenkins window
- EC2
- Kotlin
- QureyDsl
- jenkins bitbucket
- NoArgsConstructor
- thymeleaf
- 비즈뿌리오
- 알림톡
- 고정 아이피
- 카카오 알림톡
- 개발서버
- modelmapper
- rbenv
- DynamoDB
- growpart
- spring boot
- push 403
- docker node
- docker
- docker app
- layout-dialect
- springboot
Archives
- Today
- Total
목록thymeleaf (1)
givepro
Thymeleaf Layout 구성 (layout-dialect)
Thymeleaf layout 구성 build.gradle 설정 dependencies { ... // thymeleaf Setting implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5' implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect' ... } 레이아웃 구성 프로젝트 리소스 구성 static templates로 구분 각각의 fragment에 대한 구성은 해당 폴더의 파일로 분기를 한다. he..
백엔드/SpringBoot
2021. 6. 14. 14:45