🎨 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

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