springmvc+mybatis 如何获取sql语句?

2024-12-03 18:39:42
推荐回答(1个)
回答1:

在web.xml配置文件中加入Log4j的配置,部分配置文件如下:



log4jConfigLocation
/WEB-INF/log4j.xml


log4jRefreshInterval
60000


org.springframework.web.util.Log4jConfigListener




contextConfigLocation
classpath:spring/application-*.xml




com.hanvon.iface.web.listener.WebAppEventListener

.......