Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

入参对象处于第三方引入包中时,接口文档入参对象字段的注释无法生成 #125

Open
cn-nemo opened this issue Jan 21, 2021 · 0 comments

Comments

@cn-nemo
Copy link

cn-nemo commented Jan 21, 2021

版本号

~
1.7.8

什么问题

~
入参对象处于第三方引入包中时,接口文档入参对象字段的注释无法生成;当前项目模块的接口入参对象注释可以生成

如何复现此问题

~

接口定义 (如果可以的话,请上传请求对象和响应对象)

/**
* @description: XXX(入参类AaaaaaDtos.XxxDto在第三方jar中)
*
* @param xxxDto
* @return com.ResponseDto
* @author
* @Date
* @status done
*
*/
@PostMapping("/addMerchantsMember.do")
public ResponseDto addMerchantsMember(@requestbody AaaaaaDtos.XxxDto xxxDto){
return 。。。略;
}
~

idea 版本

2018.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant