Jul 17, 2024
Removing Springfox and Swagger Dependencies:
springfox
and swagger 2
dependencies from the project.springdoc open starter web
dependency.Annotation Changes:
APIOperation
, ApiResponse
, ApiParam
, etc.Customization and Property Changes:
application.properties
.@OpenAPIDefinition
for basic setup, like title
, description
, version
, etc.Security:
v3/api-docs
publicly accessible.