net.ifok.mail.AutoConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mail-spring-boot-starter Show documentation
Show all versions of mail-spring-boot-starter Show documentation
simple mail spring boot starter
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 {
}