FS1360472174 / javaweb

java learning
8 stars 4 forks source link

Mybatis log配置 #49

Closed FS1360472174 closed 6 years ago

FS1360472174 commented 6 years ago

log4j.logger.com.xxx.mapper=TRACE

FS1360472174 commented 6 years ago
  1. maven 项目配置log4j, 除了添加log4j.properties 文件,还需要配置监听器

    3 log4jConfigLocation 4 classpath:logback.properties 5

    6
    7
    8
    9 org.springframework.web.util.Log4jConfigListener
    10

    11

http://www.cnblogs.com/hnarea/p/7346374.html

对于spring-boot项目 http://blog.csdn.net/loongshawn/article/details/50951329