We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
api-gateway has controller that server index.html of swagger-ui:
eventuate-tram-sagas-examples-customers-and-orders/api-gateway-service/src/main/java/io/eventuate/examples/tram/sagas/ordersandcustomers/apigateway/common/SwaggerController.java
Lines 8 to 14 in afe7b6a
But there is no such file "META-INF/swagger-ui/index.html"
Problem is that META-INF of eventuate-util-swagger-ui is not unpacked in api-gateway jar
Solution is define task to unpack:
bootJar { requiresUnpack '**/eventuate-util-swagger-ui-*.jar' }
The text was updated successfully, but these errors were encountered:
eventuate-tram#54: swagger ui is not available for api-gateway. Fixed…
c1ea106
…. Added tests for swagger-ui.
No branches or pull requests
api-gateway has controller that server index.html of swagger-ui:
eventuate-tram-sagas-examples-customers-and-orders/api-gateway-service/src/main/java/io/eventuate/examples/tram/sagas/ordersandcustomers/apigateway/common/SwaggerController.java
Lines 8 to 14 in afe7b6a
But there is no such file "META-INF/swagger-ui/index.html"
Problem is that META-INF of eventuate-util-swagger-ui is not unpacked in api-gateway jar
Solution is define task to unpack:
The text was updated successfully, but these errors were encountered: