From 66c1cd08507e7a9354d7f084e1f452bd02f5009d Mon Sep 17 00:00:00 2001 From: ruansheng Date: Sun, 27 Jul 2025 15:43:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20-m=20bom=20=E5=90=8C=E6=AD=A5=E6=9C=80?= =?UTF-8?q?=E6=96=B0=E7=89=88=E6=9C=AC=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mybatis-flex-spring/pom.xml | 10 ++++++++++ .../mybatis-flex-spring-boot-test/pom.xml | 12 ++++++++++++ .../mybatis-flex-spring-cloud-test/pom.xml | 6 ++++++ pom.xml | 13 +++++++++++++ 4 files changed, 41 insertions(+) diff --git a/mybatis-flex-spring/pom.xml b/mybatis-flex-spring/pom.xml index 6f11974e..9204a165 100644 --- a/mybatis-flex-spring/pom.xml +++ b/mybatis-flex-spring/pom.xml @@ -42,6 +42,16 @@ spring-jdbc + + org.springframework.batch + spring-batch-core + + + + org.springframework.batch + spring-batch-infrastructure + + com.github.gavlyukovskiy datasource-decorator-spring-boot-autoconfigure diff --git a/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml b/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml index 3ccc3ee0..2ba2cc11 100644 --- a/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml +++ b/mybatis-flex-test/mybatis-flex-spring-boot-test/pom.xml @@ -44,6 +44,12 @@ 1.2.18 + + org.springframework.boot + spring-boot-starter-batch + ${spring-boot.version} + + @@ -65,6 +71,12 @@ mysql-connector-j + + org.springdoc + springdoc-openapi-ui + 1.8.0 + + diff --git a/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml b/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml index 4386dc56..e428c967 100644 --- a/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml +++ b/mybatis-flex-test/mybatis-flex-spring-cloud-test/pom.xml @@ -82,6 +82,12 @@ spring-boot-starter-test test + + com.mybatis-flex + mybatis-flex-spring-test + ${revision} + compile + diff --git a/pom.xml b/pom.xml index 07ccafc5..78ac0ced 100644 --- a/pom.xml +++ b/pom.xml @@ -81,6 +81,7 @@ 4.0.3 5.3.27 + 4.3.10 2.7.11 3.0.1 1.1.0-java8 @@ -184,6 +185,18 @@ ${spring-boot.version} + + org.springframework.batch + spring-batch-core + ${spring-batch.version} + + + + org.springframework.batch + spring-batch-infrastructure + ${spring-batch.version} + + junit