net.guerlab.smart.banner.web.autoconfigure.BannerWebAutoconfigure Maven / Gradle / Ivy
package net.guerlab.smart.banner.web.autoconfigure;
import org.springframework.beans.factory.annotation.Configurable;
import org.springframework.context.annotation.ComponentScan;
/**
* Banner服务自动注册
*
* @author guer
*/
@Configurable
@ComponentScan("net.guerlab.smart.banner.web")
public class BannerWebAutoconfigure {}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy