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

com.github.fanzezhen.common.exception.config.ExceptionSpringConfig Maven / Gradle / Ivy

There is a newer version: 3.0.1-2023.10.13
Show newest version
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 {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy