Skip to content

Commit

Permalink
Setting:: Add email dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoo1999 committed May 16, 2024
1 parent 98bb6bd commit a0d37e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jacocoTestReport {
repositories {
mavenCentral()
}

dependencies {
runtimeOnly 'com.h2database:h2'
implementation 'org.springframework.boot:spring-boot-starter-security'
Expand Down Expand Up @@ -98,6 +97,10 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
// embedded redis config
implementation("it.ozimov:embedded-redis:0.7.2")
//email
implementation 'org.springframework.boot:spring-boot-starter-mail'
//thmeleaf
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'

// -- QueryDSL ---
implementation 'org.projectlombok:lombok:1.18.22'
Expand Down

0 comments on commit a0d37e6

Please sign in to comment.