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

net.guerlab.smart.article.web.autoconfigure.ArticleWebAutoconfigure Maven / Gradle / Ivy

There is a newer version: 21.0.0
Show newest version
package net.guerlab.smart.article.web.autoconfigure;

import org.springframework.beans.factory.annotation.Configurable;
import org.springframework.context.annotation.ComponentScan;

/**
 * 文章服务自动注册
 *
 * @author guer
 */
@Configurable
@ComponentScan("net.guerlab.smart.article.web")
public class ArticleWebAutoconfigure {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy