Skip to content

Latest commit

 

History

History
21 lines (9 loc) · 282 Bytes

README.md

File metadata and controls

21 lines (9 loc) · 282 Bytes

geo-charge-point

To build:

mvn clean install

To run:

java -jar target/ev-charging-api-1.jar

To use swagger and see the endpoints:

http://localhost:8080

To connect to embedded mongo (only works when the service is running)

mongodb://localhost:27017/dbCPoint (optional)