Skip to content

Commit

Permalink
chore : 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
lreowy authored Jun 22, 2024
1 parent aebd97c commit 4a8aed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.3'
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
Expand Down

0 comments on commit 4a8aed2

Please sign in to comment.