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
- Is there any other way to generate Swagger UI directly? Any other library/project?
- How do you implement swagger ui into your Spring Boot project?