其中,spring-boot-starter-data-ldap是Spring Boot封裝的對(duì)LDAP自動(dòng)化配置的實(shí)現(xiàn),它是基于spring-data-ldap來(lái)對(duì)LDAP服務(wù)端進(jìn)行具體操作的。 而unboundid-ldapsdk主要是為了在這里使用嵌入式的LDAP服務(wù)端來(lái)進(jìn)行測(cè)試操作,所以scope設(shè)置為了test,實(shí)際應(yīng)用中,我們通常會(huì)連接真實(shí)的、獨(dú)立部署的LDAP服務(wù)器,所以不需要此項(xiàng)依賴。
www.dbjr.com.cn/article/1338...htm 2025-5-26