Skip to content

Commit

Permalink
feat : spring-seb, lombok 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
seungueonn committed Sep 6, 2023
1 parent e7da056 commit 252c136
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ repositories {
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
implementation 'org.springframework.boot:spring-boot-starter-web'
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'



}

tasks.named('test') {
Expand Down

0 comments on commit 252c136

Please sign in to comment.