hgzero/user/build.gradle
2025-10-23 14:55:33 +09:00

10 lines
214 B
Groovy

bootJar {
archiveFileName = 'user.jar'
}
dependencies {
// LDAP
implementation 'org.springframework.boot:spring-boot-starter-data-ldap'
implementation 'org.springframework.ldap:spring-ldap-core'
}