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