Skip to content

Commit

Permalink
#4 - Chore : Thymleaf layout 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ahah525 committed Oct 17, 2022
1 parent ecaccc7 commit 018487e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 1Week_Mission/mutbooks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'
// thymeleaf layout
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:3.1.0'
}

tasks.named('test') {
Expand Down

0 comments on commit 018487e

Please sign in to comment.