DEV Community

Discussion on: Log Capturing App with MongoDB + Spring Boot + Swagger UI

Collapse
 
fabriciolfj profile image
fabriciolfj

Congratulations on the post. Are you using the new swagger lib for spring? These days I was building an api, in the latest version of spring and it didn't work at all. The solution was to use: springdoc-openapi-ui version 1.2.32.

Collapse
 
pmgysel profile image
Philipp Gysel

Hey man thanks! So my app only uses Swagger UI, and only for API visualization. I've quickly looked at springdoc, as you mentioned, it's a neat looking project, and it can generate the API similar to Swagger. So you enjoyed working with springdoc?

Also, there's always two things to consider: API documentation generation, but additionally it's nice to generate the Java REST Controller. I haven't included the second step in this project though!