mojohaus / servicedocgen-maven-plugin

ServicedocGen Maven Plugin
Apache License 2.0
2 stars 4 forks source link

Generate SwaggerUI #31

Closed GuentherJulian closed 3 years ago

GuentherJulian commented 3 years ago

Created a new template into which the OpenApi specification can be passed to create a completely working Swagger UI. Added a new parameter to specify the output directory of the files, so that the files can be served directly with an application (e.g. Quarkus, Spring) without the need for a separate web server.

hohwille commented 3 years ago

@GuentherJulian thanks for this PR. Looks nice with the swagger JS inclusion. 👍 Can you resolve the conflicts?

GuentherJulian commented 3 years ago

@GuentherJulian thanks for this PR. Looks nice with the swagger JS inclusion. 👍 Can you resolve the conflicts?

Resolved them @hohwille

GuentherJulian commented 3 years ago

@GuentherJulian Thanks for this PR. It is a nice improvment. I have added some review comments for improvements. As they are more or less nice-to-have improvements, I already approve. If you happen to find some time to rework I would highly appreciate. Otherwise, let us know and I can merge and rework after merging...

@hohwille I have corrected your comments. If there is anything else to correct, let me know.