We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd53c4b commit 696a8caCopy full SHA for 696a8ca
README.md
@@ -56,7 +56,7 @@ Running the task `generateOpenApiDocs` writes the OpenAPI spec into a `openapi.j
56
in your project's build dir.
57
58
```bash
59
-gradle clean generateOpenApiDocs
+gradle generateOpenApiDocs
60
```
61
62
When you run the gradle task **generateOpenApiDocs**, it starts your spring boot
@@ -121,7 +121,7 @@ openApi {
121
122
This allows for you to be able to just send in whatever you need when you generate docs.
123
124
-`./gradlew clean generateOpenApiDocs -Dspring.profiles.active=special`
+`./gradlew generateOpenApiDocs -Dspring.profiles.active=special`
125
126
and as long as the config looks as follows that value will be passed into the forked
127
spring boot application.
0 commit comments