mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 14:56:23 +00:00
15 lines
376 B
Groovy
15 lines
376 B
Groovy
bootJar {
|
|
archiveFileName = 'notification.jar'
|
|
}
|
|
|
|
dependencies {
|
|
// Email
|
|
implementation 'org.springframework.boot:spring-boot-starter-mail'
|
|
|
|
// Thymeleaf for email templates
|
|
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
|
|
|
|
// Azure Event Hubs
|
|
implementation "com.azure:azure-messaging-eventhubs:${azureEventHubsVersion}"
|
|
}
|