springdoc / springdoc.github.io

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

doc: change the example in migrating-from-springfox.html #67

Open yeon-06 opened 8 months ago

yeon-06 commented 8 months ago

I think @ApiModelProperty(hidden = true)) should be @Schema(hidden = true). I'll recommend another example.

codespearhead commented 5 months ago

Your PR changes the output of the source file.

Can you implement those changes in the source file (migrating-from-springfox) instead?