diff --git a/agt-server/src/main/resources/application-dev.yaml b/agt-server/src/main/resources/application-dev.yaml index 314c585..28d9bdb 100644 --- a/agt-server/src/main/resources/application-dev.yaml +++ b/agt-server/src/main/resources/application-dev.yaml @@ -199,4 +199,11 @@ iot: # 插件配置 pf4j: - pluginsDir: ${user.home}/plugins # 插件目录 \ No newline at end of file + pluginsDir: ${user.home}/plugins # 插件目录 + +spring: + ldap: + urls: ldap://192.168.88.205 + base: dc=agrandtech,dc=com + username: uid=root,cn=users,dc=agrandtech,dc=com + password: Tian7989! \ No newline at end of file