Fix Typo in Docs

This commit is contained in:
Josh Cummings
2025-04-17 12:38:43 -06:00
parent 70fd59a136
commit 2517bdfdc5

View File

@@ -193,6 +193,7 @@ EmbeddedLdapServer embeddedLdapServer() {
.build();
}
----
====
Alternatively, you can use the `org.springframework.ldap.test.unboundid.LdifPopulator` to create and populate the LDAP server. To use it, create a bean similar to the following: