USE CASE | Command Description |
---|---|
CLONE REPO | git clone https://github.com/dasarathirout/microservices-secure-data-store.git |
GO TO REPO ROOT DIR | cd microservices-secure-data-store |
FOR BUILD HELP | 1CLICK.BAT Show Help Options For CLI |
SERVICE-CORE BUILD & RUN | 1CLICK.BAT 0 Do Gradle Build For Service-Core & Run on 8080 |
SERVICE-ONE BUILD & RUN | 1CLICK.BAT 1 Do Gradle Build For Service-One & Run on 8181 |
SERVICE-TWO BUILD & RUN | 1CLICK.BAT 2 Do Gradle Build For Service-One & Run on 8282 |
As gRPC proto definition is on service-core repo, so we need to generate java stubs through gradle plugin.
USE CASE | Command Description |
---|---|
CLONE REPO | git clone https://github.com/dasarathirout/microservices-secure-data-store.git |
GO TO REPO ROOT DIR | cd microservices-secure-data-store |
ALL SERVICES BUILD & RUN | 2RUN.BAT Build Compile & Run All Services |
microservices-secure-data-store\service-core\FDB\CSV
,
microservices-secure-data-store\service-core\FDB\JSON
,
microservices-secure-data-store\service-core\FDB\XML
,