From 30b978b4d4c3a5f02e624ecf723a526722a2d7fe Mon Sep 17 00:00:00 2001 From: myh Date: Sat, 11 Nov 2023 17:17:08 +0800 Subject: [PATCH] =?UTF-8?q?hibernate=20=E7=9B=B8=E5=85=B3=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 6cf190a..5b5d240 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,6 @@ org.springframework.boot spring-boot-starter-web - org.springframework.boot spring-boot-devtools @@ -52,16 +51,24 @@ org.springframework.boot spring-boot-starter-data-jpa + org.jetbrains annotations - 20.1.0 - compile + 24.0.1 + - org.hibernate + org.hibernate.orm hibernate-jpamodelgen - 5.6.12.Final + 6.2.7.Final + provided + + + + org.hibernate.orm + hibernate-core + 6.2.7.Final