启动报错
2023-06-20 10:06:08.360 [main] ERROR |-org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter.report:42
***************************
APPLICATION FAILED TO START
***************************
Description:
A component required a bean of type 'org.springframework.ldap.core.LdapTemplate' that could not be found.
- Bean method 'ldapTemplate' not loaded because @ConditionalOnClass did not find required class 'org.springframework.data.ldap.repository.LdapRepository'
Action:
Consider revisiting the conditions above or defining a bean of type 'org.springframework.ldap.core.LdapTemplate' in your configuration.