Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashutoshsahoo/gs-spring-boot-exception-handling
Exception handling with Sprig Boot 3
https://github.com/ashutoshsahoo/gs-spring-boot-exception-handling
controller-advice exception-handling exceptions gradle-java h2-database java jdk17 spring-boot3 spring-data-jpa
Last synced: about 1 month ago
JSON representation
Exception handling with Sprig Boot 3
- Host: GitHub
- URL: https://github.com/ashutoshsahoo/gs-spring-boot-exception-handling
- Owner: ashutoshsahoo
- Created: 2023-08-06T16:49:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T08:52:28.000Z (about 1 year ago)
- Last Synced: 2024-05-07T18:26:11.441Z (8 months ago)
- Topics: controller-advice, exception-handling, exceptions, gradle-java, h2-database, java, jdk17, spring-boot3, spring-data-jpa
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.MD
Awesome Lists containing this project
README
# gs-spring-boot-exception-handling
Exception handling with Sprig Boot 3
## Run and Verify application
```shell
gradle bootRun```
Open [swagger-ui](http://localhost:8080/swagger-ui/index.html).## Reference
- [Spring Boot 3 : Error Responses using Problem Details for HTTP APIs](https://www.sivalabs.in/spring-boot-3-error-reporting-using-problem-details/)