Integration Test Get the project from GitHub and build the project:
cd ~/networknt git clone [email protected]/networknt/light-portal.git cd light-portal/user-management mvn clean install Normal microservice: It can be run local to and persist the user info to local database only.
Module:
usermanagement-service
Run docker-compose file for the service:
cd ~/networknt/light-portal/user-management docker-compose up The docker-compose will start local postgres database and usermanagement-service microservice
Event sourcing microservice: Integrate the service with light-eventuate-4j framework to process user management with event sourcing.
Read More »