Skip to content

Commit

Permalink
feat : mail starter 의존성 추가 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-ho committed Feb 11, 2024
1 parent 5a2a58f commit 686f0d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ dependencies {

// Swagger
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0'

// Mail
implementation 'org.springframework.boot:spring-boot-starter-mail'
}

tasks.named('test') {
Expand Down

0 comments on commit 686f0d8

Please sign in to comment.