csn-config
v3.19.2-SNAPSHOT
Published
Created by hhalwan@cvent.com
Downloads
5
Readme
Csn Config Service
Created by hhalwan@cvent.com
Service to fetch account configurations
Note: This assumes that your environment is setup to use maven with cvent's internal nexus repository. If not follow the instructions here.
IDE Support
Any IDE supports maven so feel free to use Netbeans, IntelliJ, Eclipse
How to build locally
mvn package -Prelease
How to check code coverage
mvn package -Pcoverage
How to run locally
cd csn-config-service
java -jar target/csn-config-service-1.0.0-SNAPSHOT.jar server configs/dev.yaml
How to access API docs
- Use the admin portal built-in api docs/console
- Example:
https://TODO
How to run integration tests locally
mvn -Prun-it -Denv.IT_ENVIRONMENT=dev verify
How to get a report on unit test coverage
mvn jacoco:report -Pcoverage
open in browser target/site/jacoco/index.html