Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 601 Bytes

File metadata and controls

12 lines (7 loc) · 601 Bytes

template-java-client

Backstage template for bootstrapping java client from open api specification.

purpose

Speedy creation of java client from OpenAPI specification within HMCTS. It adds default configuration to be able to create and publish the artifact.

Maintenance / Updating template

  • open-api-generator is used to generate code from swagger.
  • currently, open-api-generator doesn't support generating gradle library, so we need to generate maven project and apply changes to gradle