Closed huudev closed 1 year ago
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
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.