- Generate boilerplate
sbt clean generateCode
- Update dependencies
sbt -Djavax.net.ssl.trustStore=<path_to_your_local_trust_store> -Djavax.net.ssl.trustStorePassword=<trust_store_password> update
- Run locally
sbt -Dconfig.file="src/main/resources/application-standalone.conf" run
Note: If the use of swagger-ui is required, remember to replace the service url in interface-specification.yaml
to local