You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [springwolf-kafka-example](https://github.com/springwolf/springwolf-core/blob/master/springwolf-examples/springwolf-kafka-example/build.gradle)
68
+
contains a working example.
69
+
70
+
The plugin will startup the spring boot application by using the `bootRun` task and then try to download the documentation
71
+
from the given `apiDocsUrl` and store it in the `outputDir` and with the given `outputFileName`.
72
+
73
+
If your application is unable to start up with the bootRun task, see if [customBootRun](https://github.com/springdoc/springdoc-openapi-gradle-plugin#customization)
0 commit comments