Welkin1027 commented on issue #4263: URL: https://github.com/apache/servicecomb-java-chassis/issues/4263#issuecomment-1984919367
> [Spring MVC用户和Java Chassis的差异及开发指引](https://github.com/apache/servicecomb-java-chassis/issues/2766) 看看这个呢? 感谢回复,不过相关文档我都看过,针对我提到的具体问题,这里解释了不能用HttpServletResponse。 我现在还有个疑问。我的项目中,两个不同的类中有相同的子类,具体是PackageOwnershipViewDto$AllDataCompareResult与PackageFileViewDto$AllDataCompareResult,在servicecomb中,这两个子类被判定为duplicate,然后报错了。我查看了源码,在org.apache.servicecomb.swagger.SwaggerUtils.modelOfClassNotDuplicate方法中,这两个类的比较结果是不相同,方法返回的是false,但方法名却表示它们是duplicate的,导致程序错误。这里是否是方法写得有问题?明明是notEqual的,应该是不重复的吧? 代码版本是org.apache.servicecomb:swagger-generator-core-2.8.9.jar -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
