Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nisanth2004/exception-handling-springboot

The Excpetion message wil not show in console but instead of get that message in display in postman client or any other pages using Exception handling concept
https://github.com/nisanth2004/exception-handling-springboot

eclipse exception exception-handler framework intellij-idea java lombok plugin springboot starter sts web

Last synced: 25 days ago
JSON representation

The Excpetion message wil not show in console but instead of get that message in display in postman client or any other pages using Exception handling concept

Awesome Lists containing this project

README

        

# Exception-Handling-SpringBoot

org.springframework.boot
spring-boot-starter-validation

# Annotations
@ExceptionHandler(MethodArgumentNotValidException.class)
@NotBlank
@ResponseStatus(HttpStatus.BAD_REQUEST)
@RestControllerAdvice