摘要: 使用Spring boot整合Hive,在启动Spring boot项目时,报出异常: java.lang.NoSuchMethodError: org.eclipse.jetty.servlet.ServletMapping.setDefault(Z)V 经过排查,是maven的包冲突引起的,具体 阅读全文
posted @ 2018-01-05 17:31 0xcafedaddy 阅读(2169) 评论(0) 推荐(0) 编辑
摘要: mybatis-generator官网: http://www.mybatis.org/generator/running/runningWithMaven.html 在pom.xml中的 build下添加: 在Maven Projects里面可以看到插件已经被集成, 在resources目录下会自 阅读全文
posted @ 2018-01-05 15:48 0xcafedaddy 阅读(226) 评论(0) 推荐(0) 编辑
摘要: /** * 拆分集合 * @param <T> * @param resList 要拆分的集合 * @param count 每个集合的元素个数 * @return 返回拆分后的各个集合 */public static <T> List<List<T>> splitList(List<T> resL 阅读全文
posted @ 2018-01-05 14:21 0xcafedaddy 阅读(472) 评论(0) 推荐(0) 编辑