Skip to content

H0n0riuss/spring-exception-toolset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-exception-toolset

Nice and convenient exception handling

How to

  1. Include the dependency in you pom.xml
  2. Let Spring Boot scan this package:
 @SpringBootApplication(scanBasePackages = {
         "your.own.package",
         "io.github.honoriuss"})

Features

  1. You can override (customize) some properties in your application.yaml:
exception-toolset:
  api-error:
    include-url: false
    include-client-info: false
    http-status-code: 400

About

Nice and convenient exception handling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages