Relative Content

Tag Archive for javaspring-bootldap

Spring Boot LDAP transactions

I’m trying to enable transaction for LDAP repositories. I found this https://docs.spring.io/spring-ldap/reference/transaction-support.html documentation, but it only describes how to enable it with a beans.xml file. In spring boot you usually don’t have that and I can’t figure out how to do this programmatically in a @Configuration annotated class.