tree: d37f318d9e1dc0e2ae48a26c6af0d3a7ead311ae [path history] [tgz]
  1. generate-from-code-sample/
  2. generate-from-contract-sample/
  3. verify-with-code-sample/
  4. pom.xml
  5. README-ZH.md
  6. README.md
samples/README.md

samples | 中文

It's the samples of ServiceComb Toolkit

  1. Legacy applications based on SpringMvc are automatically converted to ServiceComb-based microservice engineering. Please refer to the following sample
    generate-from-code-sample
  2. Automatic generation of ServiceComb-based microservice engineering based on OpenAPI contract file. Please refer to the following sample
    generate-from-contract-sample
  3. Verify that the current project's API implementation code is consistent with the contract file description. Please refer to the following sample
    verify-with-code-sample