Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 558 Bytes

Readme.md

File metadata and controls

28 lines (21 loc) · 558 Bytes

Microservice Boilerplate Starter Pack

Bundle the OpenAPI Spec

gradle bundleOpenApiYaml

Built OpenAPI spec can be found parsed together at the _build folder under ./openapi/server/_build

Linting OpenAPI Spec

gradle lintOpenApi

Mock Data for API

gradle mockOpenApiData

Preview APIs

gradle previewApi

Validate Mock Results with Actual Results

Checks that the results generated from the spec mocker match up with the application code

  • The code must be generated and built to validate this