jsondoc-ui.html未加载,错误404

时间:2016-06-21 10:50:09

标签: jsondoc

我没有应该加载jsondoc-ui.html,错误404,虽然http://localhost:8080/jsondoc有效但我得到了我的文档,但是没有用户界面。使用您的说明http://jsondoc.org/how-to-spring-boot.html请帮助我理解。提前谢谢。

我的application.properties

jsondoc.version=1.0
jsondoc.base-path=http://localhost:8080
jsondoc.packages[0]=backEnd
jsondoc.display-method-as=uri
jsondoc.playground-enabled=true

我的pom.xml

<dependency>
    <groupId>org.jsondoc</groupId>
    <artifactId>spring-boot-starter-jsondoc</artifactId>
    <version>1.2.15</version>
</dependency>
<dependency>
    <groupId>org.jsondoc</groupId>
    <artifactId>jsondoc-ui-webjar</artifactId>
    <version>1.2.15</version>
</dependency>

并在我的配置类

中使用annotaion @EnableJSONDoc

0 个答案:

没有答案