swagger-more icon indicating copy to clipboard operation
swagger-more copied to clipboard

can you upload springboot integrate sample?

Open san-gxs opened this issue 5 years ago • 5 comments

can you upload springboot integrate sample?

san-gxs avatar Jan 15 '20 08:01 san-gxs

https://github.com/uhfun/swagger-more/tree/1.0.2-SNAPSHOT/swagger-more-dubbo-demo

uhfun avatar Jan 15 '20 11:01 uhfun

@uhfun version1.0.0 dubbo interface doc it not work, but in the 1.0.2-SNAPSHOT, By use EnableDubboSwaggerAndWebMvc annotation, it work . if i use version1.0.0, how to generate dubbo api doc

san-gxs avatar Jan 15 '20 14:01 san-gxs

@EnableSwaggerMore

uhfun avatar Jan 17 '20 05:01 uhfun

Build packaged cannot access /API /dubbo,But the local run can access it image

1986128278 avatar Mar 17 '20 09:03 1986128278

Build packaged cannot access /API /dubbo,But the local run can access it image

This is a problem that needs to be fixed. The array type parameters in the interface method are concatenated to the class name of the generated class.

uhfun avatar Jun 15 '20 12:06 uhfun