springdoc / springdoc-openapi-maven-plugin

Library for OpenAPI 3 with spring-boot
https://springdoc.org
Apache License 2.0
141 stars 37 forks source link

springdoc.swagger-ui.tryItOutEnabled boolean value is inverted #65

Open Leander-Wendt opened 5 months ago

Leander-Wendt commented 5 months ago

The application property springdoc.swagger-ui.tryItOutEnabled got an inverted boolean value.

According to the docs setting this property to 'false' should disable the "try it out" feature of swagger, but it's actually the other way round.