Fill out this file with some information about your Service.
#Getting Started
Requires a running Eureka registry, by default on port 8080.
Service configuration is under src/main/resources/application.yaml
.
To run the service in development mode, use:
mvn spring-boot:run
To run the service from the built binaries, use:
java -jar target/boat-example-client-1.0.0-SNAPSHOT.jar
Requests to this service are authorized with a Backbase Internal JWT, therefore you must access this service via the Backbase Gateway after authenticating with the authentication service.
For local development, an internal JWT can be created from http://jwt.io, entering JWTSecretKeyDontUseInProduction!
as the secret in the signature to generate a valid signed JWT.
Add links to documentation including setup, config, etc.
Add link to Jira project.
Links to relevant confluence pages (design etc).
The official boat-example-client support room is #s-boat-example-client.