From a4ea593c3f3a44dcc47d2f3b686009171fbe55f8 Mon Sep 17 00:00:00 2001 From: RoccoShi <474617032@qq.com> Date: Fri, 22 Jul 2022 13:32:03 +0800 Subject: [PATCH] add a link to blog post (#12980) I tried to write a minimal example of java client and server based on openapi-generator-maven-plugin. [project](https://github.com/Lincest/openapi-generator-maven-plugin-demo) and [blog](https://blog.roccoshi.top/2022/java/openapi-generator%E7%9A%84%E4%BD%BF%E7%94%A8/) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b816b7d9bc1..0bea06698d2 100644 --- a/README.md +++ b/README.md @@ -866,6 +866,7 @@ Here are some companies/projects (alphabetical order) using OpenAPI Generator in - 2022-05-13 - [A Path From an API To Client Libraries](https://www.youtube.com/watch?v=XC8oVn_efTw) by [Filip Srnec](https://www.devoxx.co.uk/talk/?id=11211) at Infobip - 2022-06-01 - [API First, using OpenAPI and Spring Boot](https://medium.com/xgeeks/api-first-using-openapi-and-spring-boot-2602c04bb0d3) by [Micael Estrázulas Vianna](https://estrazulas.medium.com/) - 2022-07-01 - [Generate API contract using OpenAPI Generator Maven plugin](https://huongdanjava.com/generate-api-contract-using-openapi-generator-maven-plugin.html) by [Khanh Nguyen](https://huongdanjava.com/) +- 2022-07-22 - [使用OpenAPI Generator Maven plugin开发api优先的java客户端和服务端代码](https://blog.roccoshi.top/2022/java/openapi-generator%E7%9A%84%E4%BD%BF%E7%94%A8/) by [Lincest](https://github.com/Lincest) ## [6 - About Us](#table-of-contents)