Document code Migrating spring fox is not correct
huudev opened this issue · 1 comments
huudev commented
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.
bnasslahsen commented
This a documentation issue. Moved to the right repository
docs has been fixed