Skip to content

Commit 5425674

Browse files
committed
swagger-ui is not showing "select a definition" instead shows Explore option with text box. Fixes #28
1 parent 45694dc commit 5425674

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/docs/asciidoc/faq.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,15 @@ public class AppInitializer implements WebApplicationInitializer {
689689
}
690690
----
691691

692+
* Depending on your module, you can find them on the file: `spring.factories` of each `springdoc-openapi` module.
693+
* For groups usage make sure your `GroupedOpenApi` Beans are scanned.
694+
* If additionally, you are using custom `context path`: `/my-servlet-path`. Make sure you declare the following property:
695+
[source,properties]
696+
----
697+
spring.mvc.servlet.path=/my-servlet-path
698+
----
699+
700+
692701
=== How can I use the last `springdoc-openapi` SNAPSHOT ?
693702
* For testing purposes only, you can test temporarily using the last `springdoc-openapi` SNAPSHOT
694703
* To achieve that, you can on your pom.xml or your settings.xml the following section:

0 commit comments

Comments
 (0)