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

com.github.azbh111.starter.exception.AppExceptionAutoConfiguration Maven / Gradle / Ivy

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 {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy