To build:
mvn clean install
To run:
java -jar target/ev-charging-api-1.jar
To use swagger and see the endpoints:
To connect to embedded mongo (only works when the service is running)
mongodb://localhost:27017/dbCPoint (optional)
To build:
mvn clean install
To run:
java -jar target/ev-charging-api-1.jar
To use swagger and see the endpoints:
To connect to embedded mongo (only works when the service is running)
mongodb://localhost:27017/dbCPoint (optional)