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
@kenfinnigan - I need some help please.
jar version works fine (fast-jar) so only when using -Pnative and only when adding quarkus.http.root-path
There is nothing obvious in the extension wrong (that I can see)
And now compile this app: mvn clean install -Dmaven.test.skip=true -Pnative (in native mode)
Then run the app, located in the target folder: ./001-quarkus-getting-started-1.0.0-SNAPSHOT-runner
Validate that is running: curl -v http://localhost:8080/hello
And try to load swagger-ui site: http://localhost:8080/api/q/swagger-ui/ and you will get a 404
Description
When I set up an application with
quarkus.swagger-ui.always-include
enabled, swagger-ui must be available. However on Native mode are not available.example:
Notes:
Jira Ref
The text was updated successfully, but these errors were encountered: