Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 487 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 487 Bytes

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