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

cn.bootx.platform.starter.wecom.WeComAutoConfiguration Maven / Gradle / Ivy

package cn.bootx.platform.starter.wecom;

import org.apache.ibatis.annotations.Mapper;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.autoconfigure.AutoConfiguration;
import org.springframework.boot.context.properties.ConfigurationPropertiesScan;
import org.springframework.context.annotation.ComponentScan;

/**
 * 企业微信
 *
 * @author xxm
 * @date 2022/7/22
 */
@ComponentScan
@ConfigurationPropertiesScan
@AutoConfiguration
@MapperScan(annotationClass = Mapper.class)
public class WeComAutoConfiguration {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy