• Stars
    star
    327
  • Rank 128,686 (Top 3 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Spring Boot starter for configurable REST API error handling

Error Handling Spring Boot Starter

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

If you are new to the library, check out Better Error Handling for Your Spring Boot REST APIs for an introductory overview.

โ„น๏ธ
Documentation is very important to us, so if you find something missing from the docs, please create an issue about it.

Spring Boot compatibility

error-handling-spring-boot-starter Spring Boot Minimum Java version Docs

4.2.0

3.x

17

Documentation 4.2.0

4.1.3

3.x

17

Documentation 4.1.3

4.0.0

3.0.x

17

Documentation 4.0.0

3.4.1

2.7.x

11

Documentation 3.4.1

3.3.0

2.7.x

11

Documentation 3.3.0

3.2.0

2.5.x

11

N/A

2.1.0

2.5.x

11

N/A

Articles

Blogs and articles about this library:

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)