Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)