com.github.fanzezhen.common.exception.config.ExceptionSpringConfig Maven / Gradle / Ivy
package com.github.fanzezhen.common.exception.config;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
/**
* @author zezhen.fan
*/
@Configuration
@ComponentScan("com.github.fanzezhen.common.exception")
public class ExceptionSpringConfig {
}