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

cn.bootx.common.exceptionhandler.ExceptionHandlerAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 1.3.6.2
Show newest version
package cn.bootx.common.exceptionhandler;

import org.springframework.boot.autoconfigure.AutoConfiguration;
import org.springframework.boot.context.properties.ConfigurationPropertiesScan;
import org.springframework.context.annotation.ComponentScan;

/**
 * 异常处理程序
 *
 * @author xxm
 * @date 2022/12/18
 */
@ComponentScan
@ConfigurationPropertiesScan
@AutoConfiguration
public class ExceptionHandlerAutoConfiguration {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy