06 2021 档案

摘要:@AutowiredOrgSearchFeginClient orgSearchFeginClient;@Overridepublic ResponseData orgSearchTree(Map map) { JSONObject json = null; List<Map> result = n 阅读全文
posted @ 2021-06-17 23:20 猿码哥 阅读(461) 评论(0) 推荐(0) 编辑
摘要:public ResponseData customerType() { ResponseData res = new ResponseData(); try { CustomerTypeEnums[] customerTypeEnums = CustomerTypeEnums.values(); 阅读全文
posted @ 2021-06-17 23:06 猿码哥 阅读(460) 评论(0) 推荐(0) 编辑
摘要:package com.icss.common.util;import java.util.UUID;/** * 主键工具类 */public class UniqueKeyUtil { /** * 生成唯一的主键 * 格式: 时间+随机数 * @return */ public static sy 阅读全文
posted @ 2021-06-17 22:52 猿码哥 阅读(108) 评论(0) 推荐(0) 编辑
摘要:package com.icss.common.util;import com.alibaba.fastjson.JSON;import com.alibaba.fastjson.JSONArray;import com.alibaba.fastjson.JSONObject;import com. 阅读全文
posted @ 2021-06-17 22:39 猿码哥 阅读(362) 评论(0) 推荐(0) 编辑
摘要:package com.icss.common.core.config;import org.springframework.beans.BeansException;import org.springframework.context.ApplicationContext;import org.s 阅读全文
posted @ 2021-06-17 22:34 猿码哥 阅读(271) 评论(0) 推荐(0) 编辑
摘要:import org.springframework.beans.factory.annotation.Autowired;import org.springframework.data.redis.core.HashOperations;import org.springframework.dat 阅读全文
posted @ 2021-06-17 22:06 猿码哥 阅读(548) 评论(0) 推荐(0) 编辑
摘要:/** * 对象转化(自动构造新对象,并复制相同属性的数据) * * @param o * @param targetC * @return */@SuppressWarnings("unchecked")public static <T> T parseObject(Object o, Class 阅读全文
posted @ 2021-06-01 16:01 猿码哥 阅读(97) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示