当前位置:网站首页>Mybati SQL statement printing
Mybati SQL statement printing
2022-07-01 03:03:00 【thoughtCodes】
1: First of all, will ibatis log4j Run level to DEBUG It can be printed on the console ibatis Running sql sentence
### Show SQL Statement part
log4j.logger.com.ibatis=DEBUG
log4j.logger.com.ibatis.common.jdbc.SimpleDataSource=DEBUG
log4j.logger.com.ibatis.common.jdbc.ScriptRunner=DEBUG
log4j.logger.com.ibatis.sqlmap.engine.impl.SqlMapClientDelegate=DEBUG
log4j.logger.Java.sql.Connection=DEBUG
log4j.logger.java.sql.Statement=DEBUG
log4j.logger.java.sql.PreparedStatement=DEBUG
2.mybatis To configure :
<?xml version="1.0" encoding="UTF-8"?>mybatis:
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
边栏推荐
- 【小程序项目开发-- 京东商城】uni-app之分类导航区域
- STM32 - DS18B20 temperature sampling of first-line protocol
- 单片机 MCU 固件打包脚本软件
- Lenovo x86 server restart management controller (xclarity controller) or TSM method
- How the network is connected: Chapter 2 (Part 2) packet receiving and sending operations between IP and Ethernet
- Mouse over effect IV
- Restcloud ETL practice to realize incremental data synchronization without identification bit
- js中的原型和原型链
- Introduction to the core functions of webrtc -- an article to understand peerconnectionfactoryinterface rtcconfiguration peerconnectioninterface
- 咱就是说 随便整几千个表情包为我所用一下
猜你喜欢

Restcloud ETL WebService data synchronization to local

PCB defect detection based on OpenCV and image subtraction

How to verify whether the contents of two files are the same
![[machine learning] vectorized computing -- a must on the way of machine learning](/img/3f/d672bb254f845ea705b3a0ca10ee19.png)
[machine learning] vectorized computing -- a must on the way of machine learning

VMware vSphere 6.7虚拟化云管理之12、VCSA6.7更新vCenter Server许可

Redis分布式锁的8大坑

The operation efficiency of the park is improved, and the application platform management of applet container technology is accelerated

MySQL index --01--- design principle of index

Redis高效点赞与取消功能
![[QT] add knowledge supplement of third-party database](/img/ea/ca8b07ad80485208f2bb8ee8a78a28.png)
[QT] add knowledge supplement of third-party database
随机推荐
调试定位导航遇到的问题总结
鼠标悬停效果九
最好用的信任关系自动化脚本(shell)
Gartner research: in China, the adoption of hybrid cloud has become the mainstream trend
How to open a stock account? Also, is it safe to open an account online?
Add / delete / modify query summary insert/create/put/add/save/post, delete/drop/remove, update/modify/change, select/get/list/find
Chapitre 03 Bar _ Gestion des utilisateurs et des droits
PHP batch Excel to word
Mouse over effect V
Redis高效点赞与取消功能
LeetCode_栈_困难_227.基本计算器(不含乘除)
Mouse over effect 9
Install vcenter6.7 [vcsa6.7 (vCenter server appliance 6.7)]
第03章_用户与权限管理
Mnasnet learning notes
[exsi] transfer files between hosts
A small document of JS method Encyclopedia
Ipmitool download address and possible problems during compilation and installation
访问url 404 的错误
js中的原型和原型链