From 5a75f2c23cfa709ed6388408bc37f5015aa759b6 Mon Sep 17 00:00:00 2001 From: myh Date: Wed, 25 Oct 2023 18:11:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 140 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 73 insertions(+), 67 deletions(-) diff --git a/pom.xml b/pom.xml index 4e9171f..6cf190a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,79 +1,85 @@ - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 3.1.3 - - - com.example - SpringDemo - 0.0.1-SNAPSHOT - SpringDemo - SpringDemo - - 17.0.6 - - - - org.springframework.boot - spring-boot-starter-web - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.1.3 + + + com.example + SpringDemo + 0.0.1-SNAPSHOT + SpringDemo + SpringDemo + + 17.0.6 + + + + org.springframework.boot + spring-boot-starter-web + - - org.springframework.boot - spring-boot-devtools - runtime - true - - - org.springframework.boot - spring-boot-configuration-processor - true - - - org.projectlombok - lombok - true - - - org.springframework.boot - spring-boot-starter-test - test - - - com.microsoft.sqlserver - mssql-jdbc - - - org.springframework.boot - spring-boot-starter-data-jpa - + + org.springframework.boot + spring-boot-devtools + runtime + true + + + org.springframework.boot + spring-boot-configuration-processor + true + + + org.projectlombok + lombok + true + + + org.springframework.boot + spring-boot-starter-test + test + + + com.microsoft.sqlserver + mssql-jdbc + 11.2.3.jre17 + + + org.springframework.boot + spring-boot-starter-data-jpa + org.jetbrains annotations 20.1.0 compile - + + org.hibernate + hibernate-jpamodelgen + 5.6.12.Final + + - - - - org.springframework.boot - spring-boot-maven-plugin - - - - org.projectlombok - lombok - - - - - - + + + + org.springframework.boot + spring-boot-maven-plugin + + + + org.projectlombok + lombok + + + + + +