Any Springfox alternatives out there?

扶醉桌前 提交于 2020-01-12 05:33:09

问题


Last two years I worked on Spring Boot Applications with Springfox. Springfox generate a documentation and a test ui for your REST API. This was awesome.

But actually Springfox project is dead and do not support the newest Spring. I have three questions

  1. Is there any other way to generate Swagger UI directly? Any other library/project?
  2. How do you implement swagger ui into your Spring Boot project?
  3. Maybe im outdated, is there a much more better alternative to the swagger staff for Spring Boot?

回答1:


I haven't tried it myself yet, but this looks quite promising:

https://github.com/springdoc/springdoc-openapi

OpenAPI is the successor of Swagger, if you haven't heard. Not sure how much this project offers in terms of customization and how mature it is, but I guess it's worth a try ;-)



来源:https://stackoverflow.com/questions/58953513/any-springfox-alternatives-out-there

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!