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
Fix: Add clear error message and terminate spring boot application properly after error
This fix includes the following
Add support for clear error message
After an error shutdown the spring boot application properly
Updates to Readme
Add support for publishing the plugin to gradle plugin portal.
`apiDocsUrl` | The url from where the open api docs can be downloaded | No | http://localhost:8080/v3/api-docs
85
86
`outputDir` | The output directory where the generated open api file would be placed | No | $buildDir - Your projects build dir
86
87
`outputFileName` | The name of the output file with extension | No | openapi.json
87
-
`waitTimeInSeconds` | Time to wait in seconds for your spring boot application to start, before we make calls to `apiDocsUrl` to download the openapi docs | No | 10 seconds
88
+
`waitTimeInSeconds` | Time to wait in seconds for your spring boot application to start, before we make calls to `apiDocsUrl` to download the openapi docs | No | 30 seconds
0 commit comments