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

net.guerlab.smart.article.service.autoconfigure.ArticleServiceAutoconfigure Maven / Gradle / Ivy

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

import org.springframework.beans.factory.annotation.Configurable;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.scheduling.annotation.EnableScheduling;
import tk.mybatis.spring.annotation.MapperScan;

/**
 * 文章服务自动注册
 *
 * @author guer
 */
@EnableScheduling
@Configurable
@ComponentScan("net.guerlab.smart.article.service")
@MapperScan("net.guerlab.smart.article.service.mapper")
public class ArticleServiceAutoconfigure {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy