Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nisanth2004/exception-handling-springboot
- Owner: Nisanth2004
- Created: 2023-11-24T02:39:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T02:47:34.000Z (about 1 year ago)
- Last Synced: 2024-11-12T04:14:12.571Z (3 months ago)
- Topics: eclipse, exception, exception-handler, framework, intellij-idea, java, lombok, plugin, springboot, starter, sts, web
- Language: Java
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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