me.zhangchunsheng.hubble.common.service.impl.JuheServiceImpl Maven / Gradle / Ivy
The newest version!
package me.zhangchunsheng.hubble.common.service.impl;
/**
*
* 聚合数据接口请求实现类,默认使用Apache HttpClient实现
* Created by Chunsheng Zhang on 2020/9/22.
*
*
* @author Chunsheng Zhang
*/
public class JuheServiceImpl extends JuheServiceApacheHttpImpl {
}