当前位置:网站首页>使用xml文件打印mybaties-log插件的方式
使用xml文件打印mybaties-log插件的方式
2022-07-02 18:01:00 【健康的Roy彭】
resource下新建目录mybatis-config
<?xml version="1.0" encoding="UTF-8"?><settings>
<!-- 全局映射器启用缓存 -->
<setting name="cacheEnabled" value="true"/>
<setting name="useGeneratedKeys" value="true"/>
<setting name="defaultExecutorType" value="REUSE"/>
<!--<setting name="defaultFetchSize" value="50"/>-->
<!-- 字段为空时仍调用model的set方法或map的put方法 -->
<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"/>
<!-- 分页查询插件
<plugins>
<plugin interceptor="com.baomidou.mybatisplus.plugins.PaginationInterceptor">
<property name="dialectType" value="oracle"/>
<property name="optimizeType" value="aliDruid"/>
</plugin>
</plugins>
-->
边栏推荐
- R语言ggplot2可视化:gganimate包创建动态柱状图动画(gif)、使用transition_states函数在动画中沿给定维度逐步显示柱状图
- Installation of thingsboard, an open source IOT platform
- 开发固定资产管理系统,开发固定资产管理系统用什么语音
- Crypto usage in nodejs
- 数据降维——因子分析
- Markdown基础语法
- How to enable the run dashboard function of idea
- FastDFS安装
- Mini Golf Course: a good place for leisure and tourism in London
- Have you stepped on the nine common pits in the e-commerce system?
猜你喜欢
9D电影是怎样的?(+维度空间常识)
MySQL advanced learning summary 7: MySQL data structure - Comparison of hash index, AVL tree, B tree and b+ tree
拦截器与过滤器的区别
思维意识转变是施工企业数字化转型成败的关键
潇洒郎:彻底解决Markdown图片问题——无需上传图片——无需网络——转发给他人图片无缺失
消息队列消息丢失和消息重复发送的处理策略
Use cheat engine to modify money, life and stars in Kingdom rush
论文导读 | 机器学习在数据库基数估计中的应用
Thoroughly understand the point cloud processing tutorial based on open3d!
性能测试如何创造业务价值
随机推荐
【测试开发】一文带你了解什么是软件测试
Have you stepped on the nine common pits in the e-commerce system?
[test development] software testing - concept
[0701] [paper reading] allowing data imbalance issue with perforated input during influence
[100 cases of JVM tuning practice] 02 - five cases of virtual machine stack and local method stack tuning
MySQL advanced learning summary 8: overview of InnoDB data storage structure page, internal structure of page, row format
C文件输入操作
R language uses Cox of epidisplay package Display function obtains the summary statistical information of Cox regression model (risk rate HR, adjusted risk rate and its confidence interval, P value of
FastDFS安装
[0701] [论文阅读] Alleviating Data Imbalance Issue with Perturbed Input During Inference
2022 software engineering final exam recall Edition
Progress-进度条
医院在线问诊源码 医院视频问诊源码 医院小程序源码
数字滚动带动画
R语言dplyr包filter函数筛选dataframe数据、如果需要筛选的数据列(变量)名称中包含引号则需要使用!!sym语法处理、否则因为无法处理引号筛选不到任何数据
【每日一题】第一天
数据降维——主成分分析
Processing strategy of message queue message loss and repeated message sending
Golang并发编程——goroutine、channel、sync
High frequency interview questions