摘要: for (int i = 0; i < newdt.size(); i++) { for (int j = newdt.size() - 1; j > i; j--) { String one = newdt.get(i).getTask_id(); String two = newdt.get(j 阅读全文
posted @ 2019-06-11 21:47 up-zyn 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 1.如果mybatis有logback.xml文件,作为优先级会优先选择加载logback.xml文件-->进行sql打印, 在logback.xml文件下加一个配置:具体配置如下:“”直接加一句“” 2.如果没有logback.xml文件,就用SpringBoot的log4j配置即可,配置如下: 阅读全文
posted @ 2019-06-11 18:38 up-zyn 阅读(1949) 评论(0) 推荐(0) 编辑