mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 17:16:25 +00:00
10 lines
214 B
Groovy
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'
|
|
}
|