This commit is contained in:
djeon
2025-10-23 14:55:33 +09:00
parent 41d57e7399
commit 98ede67f62
109 changed files with 8633 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
bootJar {
archiveFileName = 'user.jar'
}
dependencies {
// LDAP
implementation 'org.springframework.boot:spring-boot-starter-data-ldap'
implementation 'org.springframework.ldap:spring-ldap-core'
}