DEV Community

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

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!