swagger ui is not available for api-gateway
dartartem opened this issue · 0 comments
dartartem commented
api-gateway has controller that server index.html of swagger-ui:
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'
}