Skip to content

Commit

Permalink
[FIX] build.gradle org.springframework.boot:spring-boot-configuration…
Browse files Browse the repository at this point in the history
…-processor 의존성 추기
  • Loading branch information
jinjoo-lab committed Sep 18, 2023
1 parent f9f0cce commit 7b6fad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dependencies {
implementation 'io.jsonwebtoken:jjwt-impl:0.11.5'
implementation 'io.jsonwebtoken:jjwt-jackson:0.11.5'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.2'
implementation 'org.springframework.boot:spring-boot-configuration-processor'
compileOnly 'org.projectlombok:lombok'
runtimeOnly 'org.mariadb.jdbc:mariadb-java-client'
runtimeOnly 'com.h2database:h2:1.4.200'
Expand Down

0 comments on commit 7b6fad4

Please sign in to comment.