Search code examples
springspring-bootswaggerspringfox

What is the Alternative for springfox


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

Only disabled the SpringFox dependencies, added SpringDoc, and replaced the SpringFox bean, with a SpringDoc bean. Everything is working as expected. All I need to do is to convert a couple of annotations on each rest service so SpringDoc displays everything correctly. SpringDoc does work


Solution

  • Springdoc openapi is latest alternative for springfox, as springfox is not comparable with spring boot 2.2.0 and spring hateos