Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 580 Bytes

File metadata and controls

12 lines (7 loc) · 580 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