🎨 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(
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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 {
|
||||
/**
|
||||
|
||||
@@ -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 {
|
||||
/**
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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 {
|
||||
/**
|
||||
|
||||
@@ -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 {
|
||||
/**
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
/**
|
||||
|
||||
@@ -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 {
|
||||
/**
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user