Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Update the Swagger document in "src/main/resources/openapi/openapi.yaml" to be OpenAPI 3.0 compatible
  2. Generate the REST interface code from the OpenAPI specifications (See ACM approach below)
  3. Modify the code to use the generated REST interface code
  4. Create contract testing stubs for API and PAP

...