1、首先在pom.xml文件中添加依赖 log4j依赖 log4j版本 2、创建log4j.properties配置文件 配置文件 3、创建mybatis-config.xml文件 mybatis-config.xml 注意:在增加mybatis-config.xml后,需要在spring与mybatis的整合配置文件(spring-mybatis.xml)中增加映射才可生效,如下: