当前位置:网站首页>How to print mybats log plug-in using XML file
How to print mybats log plug-in using XML file
2022-07-02 19:15:00 【Healthy Roy Peng】
resource Create a new directory mybatis-config
<?xml version="1.0" encoding="UTF-8"?><settings>
<!-- Global mapper enable caching -->
<setting name="cacheEnabled" value="true"/>
<setting name="useGeneratedKeys" value="true"/>
<setting name="defaultExecutorType" value="REUSE"/>
<!--<setting name="defaultFetchSize" value="50"/>-->
<!-- When the field is empty, still call model Of set Method or map Of put Method -->
<setting name="callSettersOnNulls" value="true"/>
<setting name="mapUnderscoreToCamelCase" value="true"/>
<setting name="jdbcTypeForNull" value="NULL"/>
<setting name="logImpl" value="STDOUT_LOGGING"/>
<!--<setting name="defaultStatementTimeout" value="300"/>-->
</settings>
<objectWrapperFactory type="com.baomidou.mybatisplus.MybatisMapWrapperFactory"/>
<!-- Paging query plug-in
<plugins>
<plugin interceptor="com.baomidou.mybatisplus.plugins.PaginationInterceptor">
<property name="dialectType" value="oracle"/>
<property name="optimizeType" value="aliDruid"/>
</plugin>
</plugins>
-->
边栏推荐
猜你喜欢
Why should we build an enterprise fixed asset management system and how can enterprises strengthen fixed asset management
高频面试题
在纽约寻找童真——新泽西州乐高乐园探索中心的美好一天
The difference between interceptor and filter
PHP-Parser羽毛球预约小程序开发require线上系统
M2dgr: slam data set of multi-source and multi scene ground robot (ICRA 2022)
医院在线问诊源码 医院视频问诊源码 医院小程序源码
Tutoriel (5.0) 10. Dépannage * fortiedr * fortinet Network Security expert NSE 5
新手必看,点击两个按钮切换至不同的内容
Mini Golf Course: a good place for leisure and tourism in London
随机推荐
C file input operation
"Patient's family, please come here" reading notes
Mysql高级篇学习总结7:Mysql数据结构-Hash索引、AVL树、B树、B+树的对比
[0701] [paper reading] allowing data imbalance issue with perforated input during influence
为什么要做企业固定资产管理系统,企业如何加强固定资产管理
2022.7.1-----leetcode.241
Kubernetes three open interfaces first sight
ORA-01455: converting column overflows integer datatype
医院在线问诊源码 医院视频问诊源码 医院小程序源码
【ERP软件】ERP体系二次开发有哪些危险?
Introduction to the paper | analysis and criticism of using the pre training language model as a knowledge base
Have you stepped on the nine common pits in the e-commerce system?
高级性能测试系列《24. 通过jdbc执行sql脚本》
Golang concurrent programming goroutine, channel, sync
PyTorch函数中的__call__和forward函数
ICDE 2023|TKDE Poster Session(CFP)
What is 9D movie like? (+ common sense of dimension space)
9D电影是怎样的?(+维度空间常识)
线程应用实例
Stm32g0 USB DFU upgrade verification error -2