csn-config
v3.19.2-SNAPSHOT
Published
Created by [email protected]
Readme
Csn Config Service
Created by [email protected]
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 -PreleaseHow to check code coverage
mvn package -PcoverageHow to run locally
cd csn-config-service
java -jar target/csn-config-service-1.0.0-SNAPSHOT.jar server configs/dev.yamlHow 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 verifyHow to get a report on unit test coverage
mvn jacoco:report -Pcoverageopen in browser target/site/jacoco/index.html
