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:
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