refactor: 支持LDAP登录

This commit is contained in:
caiyuchao
2025-08-22 19:07:04 +08:00
parent e422c7080b
commit 2bc448e913
6 changed files with 258 additions and 19 deletions

View File

@@ -163,6 +163,11 @@
<artifactId>hutool-extra</artifactId> <!-- 邮件 -->
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-ldap</artifactId>
</dependency>
</dependencies>
<build>