Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 697 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 697 Bytes

Setting up development environment

  • Import maven project in Intellij or Eclipse.
  • Install lombok on IDE.
  • Install Redis on the machine for local db integration.
  • Run SpringBootMain class to run/debug from IDE.

Database

Usage

  • Open cmd or bash, navigate to organisation-service and run : mvn clean install
  • After build is successful, e.g. run "java -jar target/organisation-service-0.0.1-SNAPSHOT.jar"
  • Open browser and go to URL "http://localhost:8080/swagger-ui.html#/" and explore organisation-service.