You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks very much for creating this module!
I added it to my project and replaced the swagger module.
The output from this module seems to be one level up. That is:
${project.build.directory}
Places all of the enunciate docs in ./target/apidocs. I think 'apidocs' must be the enunciate default. However, the openapi module places them all at ./target so that dont get included in my final product (jar).
Thanks very much for creating this module!
I added it to my project and replaced the swagger module.
The output from this module seems to be one level up. That is:
${project.build.directory}
Places all of the enunciate docs in ./target/apidocs. I think 'apidocs' must be the enunciate default. However, the openapi module places them all at ./target so that dont get included in my final product (jar).
The swagger interactive UI loads but the link is oddly http://localhost:8181/apidocs/apidocs/index.html - note the double apidocs.
How does the openapi module decide where to put the swagger UI and openapi.yml?
Any thoughts?
Thanks
The text was updated successfully, but these errors were encountered: