Search code examples
restspring-mvcramlspringfox

Auto generate REST api documentation via RAML from Spring MVC controllers


I am new to RAML. I want to auto generate my REST api documentation via RAML from my Spring MVC controllers. I know SpringFox has annotation based support for Swagger to auto generate api docs for spring mvc; Do we have a similar framework to auto generate RAML based api docs from spring controllers?

Thanks, Lina


Solution

  • I think RAML does note have a framework like SpringFox that generates a swagger from a Spring Controller.

    There is a framework that generates a HTTP from a RAML like a swagger-ui.

    This the framework: https://github.com/cybertk/grunt-raml2html