Skip to content

maboza12/microservice-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages