maven test 无日志解决 无DEBUG解决 使用Maven和Mybatis时遇到问题,想查看SQL语句结果无日志。 解决办法: 在pom.xml中加入 需要放在<dependencys>中 </dependencies> <!-- 添加slf4j日志api --> <dependency> <groupId>org.slf4j