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

net.ifok.mail.AutoConfig Maven / Gradle / Ivy

The newest version!
package net.ifok.mail;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

/**
 * @Description:  spring 自动装载 配置
 * @Author: xq 
 * @Date: 2021/5/25 16:10
 **/
@Configuration
@ComponentScan(basePackages = {"net.ifok.mail"})
public class AutoConfig {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy