Add LDAP sample

Add an LDAP sample application.

See gh-7733
This commit is contained in:
Phillip Webb
2017-01-05 20:08:02 -08:00
parent 10de30ff11
commit f96294b63b
8 changed files with 284 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
<module>spring-boot-sample-data-elasticsearch</module>
<module>spring-boot-sample-data-gemfire</module>
<module>spring-boot-sample-data-jpa</module>
<module>spring-boot-sample-data-ldap</module>
<module>spring-boot-sample-data-mongodb</module>
<module>spring-boot-sample-data-neo4j</module>
<module>spring-boot-sample-data-redis</module>