JSONDoc is implemented in the spring boot application, services' details are not shown up in the API lists. Screen shot is attached.
The project is multimodule. The dependencies are in web module's pom which have controllers.
<!--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>
The properties given :
jsondoc.version=1.0
jsondoc.basePath=http://localhost:8080
jsondoc.packages[0]=com.auxhouse