Commit 342f20ad authored by shiyu's avatar shiyu

druid

parent 0ee66c08
package com.wwdz.ch.core.util;
import com.alibaba.druid.support.json.JSONUtils;
import com.google.common.reflect.TypeToken;
import com.google.gson.Gson;
import com.wwdz.ch.db.domain.Item;
import com.xxdxxs.utils.JsonUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.util.StringUtils;
......@@ -71,7 +71,7 @@ public class ZincUtil {
}
System.out.println(JSONUtils.toJSONString(params));
System.out.println(JsonUtils.fromMap(params));
return params;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment