Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 350 Bytes

GETTING_STARTED.md

File metadata and controls

16 lines (12 loc) · 350 Bytes

Local Development

Pre-requisites

  • Java 11
  • Maven
  • Spring 5 Reactive Web Client

Steps

  1. Fork & Clone the repo.
  2. Make sure you are using java version 11.
  3. Download the dependencies: mvn clean install
  4. Make changes.
  5. Update the version in POM.xml
  6. Run mvn clean install to generate the jar locally for testing.