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
|`apiDocsUrl`| The URL from where the OpenAPI doc can be downloaded | No |http://localhost:8080/v3/api-docs|
90
+
| `apiDocsUrl` | The URL from where the OpenAPI doc can be downloaded. If the url ends with `.yaml`, output will YAML format. | No | http://localhost:8080/v3/api-docs |
91
91
|`outputDir`| The output directory for the generated OpenAPI file | No | $buildDir - Your project's build dir |
92
92
|`outputFileName`| Specifies the output file name. | No | openapi.json |
93
93
|`waitTimeInSeconds`| Time to wait in seconds for your Spring Boot application to start, before we make calls to `apiDocsUrl` to download the OpenAPI doc | No | 30 seconds |
0 commit comments