-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[type:refactor]Split the document field of the apidoc detail interfac…
…e,and add fields such as requestHeaders and responseParameters. (#4865) * apidoc sql * refact * commit * [Task] Shenyu-admin: Fix API document failed to build because of NPE. * [Task] Shenyu-admin: Fix API document failed to build because of NPE. * solve conficts,modify LICENSE. * delete useless code. * delete useless code. * commit * [ISSUE #3843]admin apidoc fix: the required attribute prompt is incorrect when micro service parameter uses "@ApiModelProperty". * commit * [shenyu-examples]add swagger to the example project to test the apidoc function of the gateway management system. * commit * commit * commit * [ISSUE #4690]Supports gzip compression in response to HTTP requests. * [examples]Add Swagger sample project to demonstrate automatic pull interface documentation. * delete exapmple * delete useless code. * delete useless code. * swagger apidoc from local cache to database persistence. * Storage adjustment for swagger type documents :from local cache to database persistence. * fix get httpMethod * Fix unit testing. * Fix unit testing. * The field splitting of apidoc details API, add requestHeaders, responseParameters, and more. * Fix unit testing. * code style. * Fix unit testing. * delete unused imports. * fix JSON data for testing. * commit * commit * commit --------- Co-authored-by: lianjunwei <lianjunwei@didiglobal.com> Co-authored-by: dragon-zhang <zhangzicheng@apache.org> Co-authored-by: xiaoyu <xiaoyu@apache.org>
- Loading branch information
1 parent
327bf65
commit 62629e5
Showing
5 changed files
with
109 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters