Skip to content

Commit 696a8ca

Browse files
committed
Update documentation
1 parent dd53c4b commit 696a8ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Running the task `generateOpenApiDocs` writes the OpenAPI spec into a `openapi.j
5656
in your project's build dir.
5757

5858
```bash
59-
gradle clean generateOpenApiDocs
59+
gradle generateOpenApiDocs
6060
```
6161

6262
When you run the gradle task **generateOpenApiDocs**, it starts your spring boot
@@ -121,7 +121,7 @@ openApi {
121121

122122
This allows for you to be able to just send in whatever you need when you generate docs.
123123

124-
`./gradlew clean generateOpenApiDocs -Dspring.profiles.active=special`
124+
`./gradlew generateOpenApiDocs -Dspring.profiles.active=special`
125125

126126
and as long as the config looks as follows that value will be passed into the forked
127127
spring boot application.

0 commit comments

Comments
 (0)