Skip to content

Commit

Permalink
Merge pull request #17 from seoshinehyo/fix/#16
Browse files Browse the repository at this point in the history
fix: 환경 변수 로딩 문제 해결 (#16)
seoshinehyo authored Dec 18, 2024
2 parents df03dd8 + f65a037 commit 31ed793
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -37,6 +37,10 @@ dependencies {

// swagger
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0'

//env
implementation 'me.paulschwarz:spring-dotenv:3.0.0'

}

tasks.named('test') {

0 comments on commit 31ed793

Please sign in to comment.