blob: b46b47cbaffc0e45cb683a0d8e8bd5d2cca05f3e [file] [log] [blame] [view]
# samples | [中文](./README-ZH.md)
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](./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](./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](./verify-with-code-sample)