File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments