
com.binarywang.spring.starter.wxjava.cp.autoconfigure.WxCpMultiAutoConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wx-java-cp-multi-spring-boot-starter Show documentation
Show all versions of wx-java-cp-multi-spring-boot-starter Show documentation
微信企业号开发的 Spring Boot Starter::支持多账号配置
The newest version!
package com.binarywang.spring.starter.wxjava.cp.autoconfigure;
import com.binarywang.spring.starter.wxjava.cp.configuration.WxCpMultiServicesAutoConfiguration;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
/**
* 企业微信自动注册
*
* @author yl
* created on 2023/10/16
*/
@Configuration
@Import(WxCpMultiServicesAutoConfiguration.class)
public class WxCpMultiAutoConfiguration {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy