Hi I tried different approaches for integrating swagger with Spring 3 mvc as mentioned below : 1. https://github.com/swagger-api/swagger-core/wiki/Swagger-Core-Jersey-1.X-Project-Setup-1.5 with changes in web.xml and spring too. I cannot use SpringBoot as it is not used in our project. Using steps mention in link mentioned, I am able to run server but getting empty response for <context_path>/swagger.json. 2. I tried with Springfox but get exceptions while running server. On internet, I found Springfox support latest version of Spring i.e Spring 4 and doubtful about Spring 3 mvc. https://github.com/springfox/springfox/issues/938
Can you please guide me on steps to follow with Spring 3 mvc. Or confirm if swagger has support for Spring 3 mvc without using springfox. Regards Vishal Thakur -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
