wkennedy / swagger4spring-web

Swagger support for Spring MVC
89 stars 46 forks source link

Allow the ability to set more than one package for controllers and models #9

Closed wkennedy closed 11 years ago

wkennedy commented 11 years ago

Currently, only one package is allowed for setting the location of the model and controller classes. This assumes that a project has everything under the same package, but might not be the case. Add fields for "additional controller packages" and "additional model packages", so that swagger4spring-web can scan in multiple spots.