修复了泛型问题 - #25
Open
JKTerrific wants to merge 5 commits into
Open
修复了泛型问题#25JKTerrific wants to merge 5 commits into
JKTerrific wants to merge 5 commits into
Conversation
2.修复了swagger无法读取到ApiImplicitParams的问题 3.增加了ApiImplicitParams和参数列表冲突时的处理规则:同名覆盖,否则新增 4.修复了dubbo服务无法被调用,抛出wrong number of arguments的错误 5.修复了在使用testng做单元测试时,引入swagger-dubbo存在注入异常的问题 6.修改了传参的具体规则。将简单类型参数和复杂对象均以url参数的形式进行传递。 7.修复了传入参数为对象时无法展示model的问题 8.增加了readme中的使用说明
修复了swagger-ui中无法显示返回结果泛型类型的问题。
|
@JKTerrific swagger无法解析List类型的传入参数,这个问题还是没解决啊? |
|
是不是要修改DubboHttpController这个类里的方法才行 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
修复了无法swagger无法解析List类型的传入参数的问题。
修复了swagger-ui中无法显示返回结果泛型类型的问题。