摘要: 1 package com.-.it.regioc.utils; 2 3 import com.-.it.regioc.bean.config.HttpConfig; 4 import okhttp3.*; 5 import org.apache.commons.lang3.StringUtils; 阅读全文
posted @ 2022-11-14 23:11 MING5135 阅读(20) 评论(0) 推荐(0)
摘要: DBeaver安装与使用教程(超详细安装与使用教程),好用免费的数据库管理工具 https://blog.csdn.net/weixin_48053866/article/details/125815498 阅读全文
posted @ 2022-11-12 11:06 MING5135 阅读(147) 评论(0) 推荐(0)
摘要: 1 package com.-.it.regioc.bean.result; 2 3 import lombok.Data; 4 import org.apache.http.HttpStatus; 5 import java.io.Serializable; 6 7 /** 8 * 响应结果 9 阅读全文
posted @ 2022-11-12 03:11 MING5135 阅读(192) 评论(0) 推荐(0)
摘要: 1 package com.-.it.regioc.bean.result; 2 3 import com.fasterxml.jackson.annotation.JsonIgnoreProperties; 4 import lombok.Getter; 5 import org.apache.h 阅读全文
posted @ 2022-11-12 03:10 MING5135 阅读(50) 评论(0) 推荐(0)
摘要: 1 package com.-.it.regioc.controller; 2 3 import org.apache.commons.lang3.StringUtils; 4 import org.springframework.beans.factory.annotation.Autowired 阅读全文
posted @ 2022-11-12 03:08 MING5135 阅读(58) 评论(0) 推荐(0)
摘要: 1 package com.-.it.regioc.controller; 2 3 import org.springframework.http.MediaType; 4 import org.springframework.web.bind.annotation.PostMapping; 5 i 阅读全文
posted @ 2022-11-12 03:07 MING5135 阅读(67) 评论(0) 推荐(0)
摘要: @Slf4j是啥,它是干啥的 https://blog.csdn.net/weixin_41291538/article/details/100694346 @JSONField(name = "WAREHOUSE_CATEGORY_DESC_CN") private String warehous 阅读全文
posted @ 2022-11-10 20:49 MING5135 阅读(13) 评论(0) 推荐(0)
摘要: 1 package com.-.it.regioc.container; 2 3 import cn.hutool.core.collection.CollectionUtil; 4 import com.huawei.it.regioc.bean.apiconfig.ApiTemplate; 5 阅读全文
posted @ 2022-11-10 20:47 MING5135 阅读(25) 评论(0) 推荐(0)
摘要: 1 package com.-.it.regioc.bean.apiconfig; 2 3 import lombok.Data; 4 5 /** 6 * api配置模板 7 */ 8 @Data 9 public class ApiTemplate { 10 /** 11 * api名称 12 * 阅读全文
posted @ 2022-11-10 20:45 MING5135 阅读(27) 评论(0) 推荐(0)
摘要: 1 package com.-.it.regioc; 2 3 import com.huawei.it.regioc.config.ConfigurationFactory; 4 import org.mybatis.spring.annotation.MapperScan; 5 import or 阅读全文
posted @ 2022-11-10 20:44 MING5135 阅读(23) 评论(0) 推荐(0)