Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Jun 17, 2024
1 parent dd53c4b commit 696a8ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Running the task `generateOpenApiDocs` writes the OpenAPI spec into a `openapi.j
in your project's build dir.

```bash
gradle clean generateOpenApiDocs
gradle generateOpenApiDocs
```

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

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

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

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

0 comments on commit 696a8ca

Please sign in to comment.