Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 734 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 734 Bytes

LdapEntityManager

CRUD and search APIs with flexible data mapping using YAML.

Learn

Prereqs

Minimum software requirements:

  • Git
  • Java SDK >= 11
  • Apache Maven >= 3

Download & Install

From Apache GIT Fortress-Core Software Repo: https://github.com/shawnmckinney/LdapEntityManager

  1. Clone the SNAPSHOT:
git clone  https://github.com/shawnmckinney/LdapEntityManager.git
  1. Set Java and Maven home on machines.

  2. From the project root folder, enter the following command:

mvn clean install

TODO

...

Setup LDAP

Define Data Model

Test