我们在使用Mybatis的时候如果在运行的控制台上打印mybatis生成的SQL语句呢。通过以下几个步骤轻松实现。
1 pom.xml文件
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
&l
我们在使用Mybatis的时候如果在运行的控制台上打印mybatis生成的SQL语句呢。通过以下几个步骤轻松实现。
1 pom.xml文件
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
&l