kongchen / swagger-maven-plugin

JAX-RS & SpringMVC supported maven build plugin, helps you generate Swagger JSON and API document in build phase.
http://kongchen.github.io/swagger-maven-plugin/
Apache License 2.0
761 stars 451 forks source link

Two Class have same @ApiModel, result in One class modified and swagger.json do not change #885

Open chenzz opened 1 year ago

chenzz commented 1 year ago

Two Class have same @ApiModel annotation Result in One class modified and swagger.json do not change

I spent a lot of time, finally find the problem. I suggest plugin shoud report error, when two class have same @ApiModel annotation