swagger-ui不在docker容器中工作

时间:2017-01-21 18:57:56

标签: spring-boot jax-rs cxf swagger swagger-ui

当Spring Boot应用程序在docker容器中运行时,swagger-ui不呈现,只有swagger.json。它在本地运行时工作正常(IntelliJ)。我不清楚boot如何为fatjar添加静态资源。我尝试了here显示的几种变体,但没有运气。

我正在使用带有spring boot的apache cxf,如here

所示

相关部分......

//build.gradle
compile('org.apache.cxf:cxf-rt-rs-service-description-swagger:3.1.7')
compile('org.webjars:swagger-ui:2.2.6')
//application.yml
cxf:
  jaxrs:
  component-scan: true
  component-scan-packages: org.apache.cxf.jaxrs.swagger

0 个答案:

没有答案