有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

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

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

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

这个项目是多模块的。这些依赖项位于web模块的pom中,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) 个答案