JSONDoc没有显示有关服务的详细信息

时间:2016-05-10 07:43:20

标签: java spring-boot jsondoc

JSONDoc是在spring boot应用程序,服务'中实现的。详细信息未显示在API列表中。屏幕截图已附上。

The controllers are listed out, the services are listed out, but service details are mising

该项目是多模块的。依赖关系在web模块的pom中,它们都有控制器。

<!--json doc -->
    <dependency>
        <groupId>org.jsondoc</groupId>
        <artifactId>jsondoc-ui</artifactId>
        <version>1.2.13</version>
    </dependency>
    <dependency>
        <groupId>org.jsondoc</groupId>
        <artifactId>spring-boot-starter-jsondoc</artifactId>
        <version>1.2.13</version>
    </dependency>
    <dependency>
        <groupId>org.jsondoc</groupId>
        <artifactId>jsondoc-ui-webjar</artifactId>
        <version>1.2.13</version>
    </dependency>

给出的属性:

jsondoc.version=1.0
jsondoc.basePath=http://localhost:8080
jsondoc.packages[0]=com.auxhouse

0 个答案:

没有答案