evgenivanovi / error-handling-spring-boot-starter

Spring Boot starter for configurable REST API error handling

Home Page:https://wimdeblauwe.github.io/error-handling-spring-boot-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error Handling Spring Boot Starter

badge

Maven Central

Table of Contents

Goal

The goal of the project is to make it easy to have proper and consistent error responses for REST APIs build with Spring Boot.

Documentation

ℹ️
Documentation is very important to us, so if you find something missing from the docs, please create an issue about it.

Release

Release is done via the Maven Release Plugin:

mvn release:prepare

and

mvn release:perform

Merge the tag to master so the documentation is updated.

Finally, push the local commits and the tag to remote.

ℹ️

Before releasing, run export GPG_TTY=$(tty)

About

Spring Boot starter for configurable REST API error handling

https://wimdeblauwe.github.io/error-handling-spring-boot-starter/

License:Apache License 2.0


Languages

Language:Java 100.0%