mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-30 01:58:23 +08:00
🎨 格式化部分代码
This commit is contained in:
@ -6,9 +6,9 @@ import me.chanjar.weixin.common.bean.WxAccessToken;
|
||||
import java.util.concurrent.ConcurrentHashMap;
|
||||
|
||||
/**
|
||||
* @Author: Brayden Wong
|
||||
* @Date: 2021/1/16
|
||||
* @Description: 提供accesstoken保存在concurrenthashmap中的实现,支持高并发。仅限于单机部署。
|
||||
* @author Brayden Wong
|
||||
* @date 2021/1/16
|
||||
* 提供accesstoken保存在concurrenthashmap中的实现,支持高并发。仅限于单机部署。
|
||||
*/
|
||||
@Data
|
||||
public class WxMpMapConfigImpl extends WxMpDefaultConfigImpl {
|
||||
|
||||
Reference in New Issue
Block a user