com.github.ngeor.spring.GlobalExceptionHandlerConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-exception-handler Show documentation
Show all versions of spring-exception-handler Show documentation
An exception handler for Spring that takes care of Http client and server exceptions
The newest version!
package com.github.ngeor.spring;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
/**
* Enables usage of {@link GlobalExceptionHandler}.
*/
@Configuration
@ComponentScan(basePackageClasses = {GlobalExceptionHandler.class})
@SuppressWarnings("WeakerAccess")
public class GlobalExceptionHandlerConfiguration {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy