fix 修复 部分用户编译运行缺失 JdbcType 问题

This commit is contained in:
疯狂的狮子li
2022-06-10 11:46:44 +08:00
parent d2d23d1fbc
commit 5df6181cfb
2 changed files with 12 additions and 0 deletions

View File

@@ -34,6 +34,11 @@
<artifactId>mybatis-plus-annotation</artifactId>
</dependency>
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
</dependency>
<!-- Hibernate Validator -->
<dependency>
<groupId>org.springframework.boot</groupId>