I've been looking into swagger as a possible way to automatically generate documentation for my team's api http://swagger.io/getting-started/. It seems very promising, but I find their documentation lacking.
That being said I have a few very basic questions.
- Is it possible to use swagger with just a Spring application? Our application is neither a jersey or JAX-RS application. Does anyone know if a plain Spring application can be used with swagger? If so can a link or set of instructions be provided?
I'd found this link http://blog.zenika.com/index.php?post/2013/07/11/Documenting-a-REST-API-with-Swagger-and-Spring-MVC however they skim over the bits about setting the properties file.
- swagger cites many different tools on their site swagger core, codegen, ui, and swagger editor. Is only swagger-core needed to generate their basic API documentation or is a combination of swagger tools required?