일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- jenkins window
- querydsl
- telegram
- QureyDsl
- push 403
- 알림톡
- jenkins bitbucket
- thymeleaf
- 카카오 알림톡
- docker node
- rbenv
- 윈도우 개발서버
- AWS
- DynamoDB
- NoSQL Workbench
- docker
- jdk upgrade
- 개발서버
- EC2
- growpart
- 고정 아이피
- modelmapper
- docker app
- Kotlin
- Telegram API
- springboot
- 비즈뿌리오
- spring boot
- NoArgsConstructor
- layout-dialect
Archives
- Today
- Total
목록백엔드/SpringBoot (17)
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