如何在控制台打印执行的sql语句,来方便调试1.使用springboot自带的logging.level.com.test.mybatistest.mapper:debugcom.test.mybatistest.mapper是自己的mapper文件夹路径2.使用了mybatis-plusmybatis.configuration.log-impl=org.apache.ibatis.logging.slf4j.Slf4jImpl