swagger-core doesn’t support Spring MVC. Not sure if Springfox supports Spring 3 – you’d need to check with their documentation.
From: <[email protected]> on behalf of Vishal Thakur <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Wednesday, 27 July 2016 at 23:59 To: Swagger <[email protected]> Subject: Swagger for Spring 3 MVC 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. 2. I tried with Springfox but get exceptions while running server. https://github.com/springfox/springfox/issues/938 -- 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. -- 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.
