1
0
mirror of synced 2026-04-23 18:25:42 +08:00

🎨 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(

View File

@@ -9,7 +9,7 @@ import org.springframework.context.annotation.Import;
* 自动配置.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2019-08-10
* created on 2019-08-10
*/
@Configuration
@EnableConfigurationProperties(WxMaProperties.class)

View File

@@ -4,7 +4,7 @@ package com.binarywang.spring.starter.wxjava.miniapp.enums;
* httpclient类型.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-05-25
* created on 2020-05-25
*/
public enum HttpClientType {
/**

View File

@@ -4,7 +4,7 @@ package com.binarywang.spring.starter.wxjava.miniapp.enums;
* storage类型.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-05-25
* created on 2020-05-25
*/
public enum StorageType {
/**

View File

@@ -6,7 +6,7 @@ import lombok.Data;
* redis 配置.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-08-30
* created on 2020-08-30
*/
@Data
public class RedisProperties {

View File

@@ -12,7 +12,7 @@ import static com.binarywang.spring.starter.wxjava.miniapp.properties.WxMaProper
* 属性配置类.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2019-08-10
* created on 2019-08-10
*/
@Data
@ConfigurationProperties(prefix = PREFIX)

View File

@@ -4,7 +4,7 @@ package com.binarywang.spring.starter.wxjava.mp.enums;
* httpclient类型.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-08-30
* created on 2020-08-30
*/
public enum HttpClientType {
/**

View File

@@ -4,7 +4,7 @@ package com.binarywang.spring.starter.wxjava.mp.enums;
* storage类型.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-08-30
* created on 2020-08-30
*/
public enum StorageType {
/**

View File

@@ -8,7 +8,7 @@ import java.io.Serializable;
* redis 配置属性.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-08-30
* created on 2020-08-30
*/
@Data
public class RedisProperties implements Serializable {

View File

@@ -4,7 +4,7 @@ package com.binarywang.spring.starter.wxjava.qidian.enums;
* httpclient类型.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-08-30
* created on 2020-08-30
*/
public enum HttpClientType {
/**

View File

@@ -4,7 +4,7 @@ package com.binarywang.spring.starter.wxjava.qidian.enums;
* storage类型.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-08-30
* created on 2020-08-30
*/
public enum StorageType {
/**

View File

@@ -8,7 +8,7 @@ import java.io.Serializable;
* redis 配置属性.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-08-30
* created on 2020-08-30
*/
@Data
public class RedisProperties implements Serializable {