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

The outputFileName property should not start with "/" #49

Closed fabricio-entringer closed 1 year ago

fabricio-entringer commented 1 year ago

When the outputFileName property starts with "/", the execution cannot resolve it as an existing directory. Then the file is not created and no exception is logged.