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
`outputDir` | The output directory for the generated OpenAPI file | No | $buildDir - Your project's build dir
88
89
`outputFileName` | The name of the output file with extension | No | openapi.json
89
90
`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
91
+
`forkProperites` | Any system property that you would normal need to start your spring boot application. Can either be a static string or a java Properties object | No | ""
92
+
93
+
### Fork properties examples
94
+
Fork properties allows you to send in anything that might be necessary to allow for the forked spring boot application that gets started
95
+
to be able to start (profiles, other custom properties, etc etc)
0 commit comments