This is an automated email from the ASF dual-hosted git repository.

rainyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git

commit 574a82aba1793ba6d1b4fc343b2730abb84d2a54
Merge: b0778b5c6 cdad7bdac
Author: Rain Yu <[email protected]>
AuthorDate: Sat Oct 4 22:00:22 2025 +0800

    Merge pull request #1254 from heliang666s/openapi-generator
    
    Add OpenAPI Generator demo

 .licenserc.yaml                                    |   1 +
 .../.openapi-generator/FILES                       |  11 +
 .../.openapi-generator/VERSION                     |   1 +
 .../NOTICE.md                                      |  32 +++
 .../README.md                                      | 283 +++++++++++++++++++++
 .../openapi.json                                   | 175 +++++++++++++
 .../pom-generator.xml                              |  89 +++++++
 .../pom.xml                                        |  93 +++++++
 .../src/main/java/.openapi-generator-ignore        |  48 ++++
 .../.openapi-generator/openapi.json-default.sha256 |   1 +
 .../rest/demo/OpenApiGeneratorApplication.java     |  32 +++
 .../demo/api/consumer/DemoServiceController.java   |  57 +++++
 .../rest/demo/api/interfaces/DemoService.java      |  57 +++++
 .../rest/demo/api/provider/DemoServiceImpl.java    |  64 +++++
 .../org/apache/dubbo/rest/demo/model/Error.java    | 110 ++++++++
 .../apache/dubbo/rest/demo/model/HelloRequest.java | 105 ++++++++
 .../org/apache/dubbo/rest/demo/model/User.java     | 110 ++++++++
 .../src/main/resources/application.yml             |  19 ++
 .../demo/OpenApiGeneratorApplicationTests.java     |  30 +++
 2-advanced/dubbo-samples-triple-rest/pom.xml       |   1 +
 20 files changed, 1319 insertions(+)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to