com.github.azbh111.starter.exception.AppExceptionAutoConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of app-exception-handler-spring-boot-starter Show documentation
Show all versions of app-exception-handler-spring-boot-starter Show documentation
com.github.azbh111:app-exception-handler-spring-boot-starter
The newest version!
package com.github.azbh111.starter.exception;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
/**
* @author pyz
* @date 2019/11/21 10:46 上午
*/
@Configuration
@ComponentScan("com.github.azbh111.starter.exception")
public class AppExceptionAutoConfiguration {
}