All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.saphyra.exceptionhandling.configuration.BeanConfig Maven / Gradle / Ivy

There is a newer version: 1.3.4
Show newest version
package com.github.saphyra.exceptionhandling.configuration;

import com.github.saphyra.exceptionhandling.DefaultExceptionHandler;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

@Configuration
@ComponentScan(basePackageClasses = DefaultExceptionHandler.class)
public class BeanConfig {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy