From 99592b27338f55da7e57b718474a1fe52a67557d Mon Sep 17 00:00:00 2001 From: Suomm <1474983351@qq.com> Date: Thu, 24 Aug 2023 14:51:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E6=A8=A1=E5=9D=97=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mybatis-flex-dependencies/pom.xml | 56 +++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 mybatis-flex-dependencies/pom.xml diff --git a/mybatis-flex-dependencies/pom.xml b/mybatis-flex-dependencies/pom.xml new file mode 100644 index 00000000..68025977 --- /dev/null +++ b/mybatis-flex-dependencies/pom.xml @@ -0,0 +1,56 @@ + + + 4.0.0 + + com.mybatis-flex + parent + 1.5.8 + + + mybatis-flex-dependencies + + pom + + + + + com.mybatis-flex + mybatis-flex-annotation + ${mybatis-flex.version} + + + com.mybatis-flex + mybatis-flex-codegen + ${mybatis-flex.version} + + + com.mybatis-flex + mybatis-flex-core + ${mybatis-flex.version} + + + com.mybatis-flex + mybatis-flex-processor + ${mybatis-flex.version} + + + com.mybatis-flex + mybatis-flex-solon-plugin + ${mybatis-flex.version} + + + com.mybatis-flex + mybatis-flex-spring + ${mybatis-flex.version} + + + com.mybatisflex + mybatis-flex-spring-boot-starter + ${mybatis-flex.version} + + + + +