mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🎨 fix javadoc by removing @date
This commit is contained in:
@@ -9,7 +9,7 @@ import org.springframework.context.annotation.Import;
|
||||
* 企业微信自动注册
|
||||
*
|
||||
* @author yl
|
||||
* @date 2021/12/6
|
||||
* created on 2021/12/6
|
||||
*/
|
||||
@Configuration
|
||||
@EnableConfigurationProperties(WxCpProperties.class)
|
||||
|
||||
@@ -14,7 +14,7 @@ import org.springframework.context.annotation.Configuration;
|
||||
* 企业微信平台相关服务自动注册
|
||||
*
|
||||
* @author yl
|
||||
* @date 2021/12/6
|
||||
* created on 2021/12/6
|
||||
*/
|
||||
@Configuration
|
||||
@RequiredArgsConstructor
|
||||
|
||||
@@ -8,7 +8,7 @@ import org.springframework.context.annotation.Import;
|
||||
* 企业微信存储策略自动配置
|
||||
*
|
||||
* @author yl
|
||||
* @date 2021/12/6
|
||||
* created on 2021/12/6
|
||||
*/
|
||||
@Configuration
|
||||
@Import({
|
||||
|
||||
@@ -10,7 +10,7 @@ import java.io.Serializable;
|
||||
* 企业微信接入相关配置属性
|
||||
*
|
||||
* @author yl
|
||||
* @date 2021/12/6
|
||||
* created on 2021/12/6
|
||||
*/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
|
||||
@@ -8,7 +8,7 @@ import org.apache.commons.lang3.StringUtils;
|
||||
* WxCpConfigStorage 抽象配置类
|
||||
*
|
||||
* @author yl & Wang_Wong
|
||||
* @date 2021/12/6
|
||||
* created on 2021/12/6
|
||||
*/
|
||||
public abstract class AbstractWxCpConfigStorageConfiguration {
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ import org.springframework.context.annotation.Configuration;
|
||||
* 自动装配基于内存策略配置
|
||||
*
|
||||
* @author yl
|
||||
* @date 2021/12/6
|
||||
* created on 2021/12/6
|
||||
*/
|
||||
@Configuration
|
||||
@ConditionalOnProperty(
|
||||
|
||||
Reference in New Issue
Block a user