From ed42cb41ec4bc89d725006628c74910cc6f693ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=B5=9B=E5=86=9B?= Date: Mon, 5 Jun 2023 17:09:00 +0800 Subject: [PATCH] =?UTF-8?q?bom=E5=A2=9E=E5=8A=A0mybatis-jakarta-jpa?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=8F=8Aparent=E5=A2=9E=E5=8A=A0jaka?= =?UTF-8?q?rta-jpa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bom/pom.xml | 5 +++++ pom.xml | 1 + 2 files changed, 6 insertions(+) diff --git a/bom/pom.xml b/bom/pom.xml index a663881..7d818bb 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -68,6 +68,11 @@ mybatis-jpa ${project.version} + + io.mybatis + mybatis-jakarta-jpa + ${project.version} + diff --git a/pom.xml b/pom.xml index f5110a5..b51b753 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,7 @@ common generator jpa + jakarta-jpa -- Gitee