Skip to content

bespaltovyj/springdoc-exception-handler-order-bug

Repository files navigation

Problem

This application is an example with bug in which documentation is incorrectly displayed. Instead of information from the local handler, information about the global one is displayed

Steps to reproduce

  1. Run application gradble bootRun
  2. Open OpenApi docs
  3. Check body for 500 http status.
  4. Body is GlobalErrorDto, but LocalErrorDto is expected because it has a higher priority.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages