1.修复mapper2 insert代码问题(感谢@mXiaoWan的PR)<br>2.优化对fulltext/index关键字的处理(感谢@WEGFan的反馈)。<br>3.新增日期类型的转换选择(感谢@qingkediguo的建议)。<br>4.新增是否包装类型的转换选择。

This commit is contained in:
MOSHOW郑锴
2020-10-20 22:48:48 +08:00
parent 59fae86bc4
commit aa79a2b561
6 changed files with 67 additions and 31 deletions

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.7.RELEASE</version>
<version>2.2.7.RELEASE</version>
</parent>
<modules>