🎨 fix javadoc by removing @date

This commit is contained in:
Binary Wang
2022-08-23 00:37:10 +08:00
parent f94e67056d
commit 36602d58a5
757 changed files with 789 additions and 762 deletions

View File

@@ -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)

View File

@@ -14,7 +14,7 @@ import org.springframework.context.annotation.Configuration;
* 企业微信平台相关服务自动注册
*
* @author yl
* @date 2021/12/6
* created on 2021/12/6
*/
@Configuration
@RequiredArgsConstructor

View File

@@ -8,7 +8,7 @@ import org.springframework.context.annotation.Import;
* 企业微信存储策略自动配置
*
* @author yl
* @date 2021/12/6
* created on 2021/12/6
*/
@Configuration
@Import({

View File

@@ -10,7 +10,7 @@ import java.io.Serializable;
* 企业微信接入相关配置属性
*
* @author yl
* @date 2021/12/6
* created on 2021/12/6
*/
@Data
@NoArgsConstructor

View File

@@ -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 {

View File

@@ -13,7 +13,7 @@ import org.springframework.context.annotation.Configuration;
* 自动装配基于内存策略配置
*
* @author yl
* @date 2021/12/6
* created on 2021/12/6
*/
@Configuration
@ConditionalOnProperty(