springdoc/springdoc.github.io

Document code Migrating spring fox is not correct

huudev opened this issue · 1 comments

Hi, currently I see the page https://springdoc.org/ section 8. Migrating from SpringFox

line
.addMethodFilter(method -> method.isAnnotationPresent(Admin.class))
should be replaced with
.addOpenApiMethodFilter(method -> method.isAnnotationPresent(Admin.class))

Thank.

@huudev,

This a documentation issue. Moved to the right repository
docs has been fixed