Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 229 Bytes

controller-advice-annotation.md

File metadata and controls

12 lines (8 loc) · 229 Bytes

@ControllerAdvice

Função

  • Indicar para o Spring que a classe com essa anotação é reponsável por tratar erros da aplicação.

Exemplo

@ControllerAdvice
public class RestExceptionHandler {}