Spring Core is not really relevant. What’s relevant is the framework you use to expose your REST API. If you use SpringMVC, you want to use Springfox, if you use a JAX-RS implementation, then opt for swagger-core.
From: <[email protected]> on behalf of Vishal Thakur <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Friday, 5 August 2016 at 04:51 To: Swagger <[email protected]> Subject: Re: Swagger for Spring 3 MVC Thanks Ron for the response. One more query, is there any support for Spring 3 core (non- mvc) as you mentioned it doesnot support Spring 3 MVC ? On Friday, July 29, 2016 at 11:09:01 PM UTC+5:30, Ron wrote: 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. -- 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.
