摘要: import org.apache.commons.lang3.StringUtils;import org.aspectj.lang.ProceedingJoinPoint;import org.slf4j.Logger;import org.slf4j.LoggerFactory;import 阅读全文
posted @ 2019-08-09 15:47 zfzf1 阅读(251) 评论(0) 推荐(0) 编辑
摘要: import com.thoughtworks.xstream.XStream;import java.io.StringReader;import java.lang.reflect.Field;import java.util.HashMap;import java.util.List;impo 阅读全文
posted @ 2019-08-09 13:19 zfzf1 阅读(183) 评论(0) 推荐(0) 编辑
摘要: alt+insert 选择 gson 阅读全文
posted @ 2019-08-09 12:43 zfzf1 阅读(1122) 评论(0) 推荐(0) 编辑
摘要: @Componentpublic class SpringBeanFactory implements ApplicationContextAware { private static ApplicationContext applicationContext; // Spring应用上下文环境 p 阅读全文
posted @ 2019-08-09 10:50 zfzf1 阅读(230) 评论(0) 推荐(0) 编辑