Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 1.26 KB

README.md

File metadata and controls

63 lines (47 loc) · 1.26 KB

Lead Integration - Java

Portuguese version

A basic sample using Java to show how to receive leads from zap+.

Please, check out our docs for more information.

Technology and Resources

How to install

Cloning

git clone https://github.com/olxbr/crm-lead-integration.git
cd samples/java

Setting SECRET_KEY

Change SECRET_KEY value in application.properties file

Build

  • Maven local build execute:
make maven/build
  • Gradle local build execute:
make gradle/build
  • Docker build execute:
make docker/build

Running

  • Maven local run execute:
make maven/run
  • Gradle local run execute:
make gradle/run
  • Docker run execute:
make docker/run

Helpful commands

Please, check all available commands in the Makefile for more information.