浏览代码

更新bom.

nieqiurong 4 月之前
父节点
当前提交
97a8ef090c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      mybatis-plus-bom/build.gradle

+ 1 - 0
mybatis-plus-bom/build.gradle

@@ -26,5 +26,6 @@ dependencyManagement {
         dependency "com.baomidou:mybatis-plus-spring-boot3-starter-test:${APP_VERSION}"
         dependency "com.baomidou:mybatis-plus-jsqlparser:${APP_VERSION}"
         dependency "com.baomidou:mybatis-plus-jsqlparser-4.9:${APP_VERSION}"
+        dependency "com.baomidou:mybatis-plus-jsqlparser-5.0:${APP_VERSION}"
     }
 }