Created by
Sample Service to track location
Note: This assumes that your environment is setup to use maven with cvent's internal nexus repository. If not follow the instructions here.
Any IDE supports maven so feel free to use Netbeans, IntelliJ, Eclipse
mvn package -Prelease
mvn package -Pcoverage
cd location-service-service
java -jar target/location-service-service-1.0.0-SNAPSHOT.jar server configs/dev.yaml
or
cd location-service-service
mvn exec:java
- Use the mulesoft platform
https://anypoint.mulesoft.com/login/#/signin
- Use the developer portal built-in api docs/console
- Example:
https://developers-staging.cvent.com/#/applications/1640/api
mvn -Prun-it -Denv.IT_ENVIRONMENT=dev verify
mvn clover:clover
open in browser target/site/clover/index.html