You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mention that custom Client-Level Exception Handlers should implement Spring’s Ordered interface or contain the Order annotation to override handlers defined in the platform. Similar explanation presents here (in the last paragraph).
Every code sample of a class with the @Component annotation should be extended with the @Order annotation. For example:
Mention that custom Client-Level Exception Handlers should implement Spring’s
Ordered
interface or contain theOrder
annotation to override handlers defined in the platform. Similar explanation presents here (in the last paragraph).Every code sample of a class with the
@Component
annotation should be extended with the@Order
annotation. For example:should be changed to:
Environment
The text was updated successfully, but these errors were encountered: