Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

boat-example-client

Fill out this file with some information about your Service.

#Getting Started

Dependencies

Requires a running Eureka registry, by default on port 8080.

Configuration

Service configuration is under src/main/resources/application.yaml.

Running

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

Authorization

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.

Community Documentation

Add links to documentation including setup, config, etc.

Jira Project

Add link to Jira project.

Confluence Links

Links to relevant confluence pages (design etc).

Support

The official boat-example-client support room is #s-boat-example-client.