|
@@ -32,6 +32,7 @@
|
|
|
<poi.version>4.1.2</poi.version>
|
|
|
<velocity.version>2.3</velocity.version>
|
|
|
<jwt.version>0.9.1</jwt.version>
|
|
|
+ <spring-boot-starter-data-jpa.version>2.5.14</spring-boot-starter-data-jpa.version>
|
|
|
</properties>
|
|
|
|
|
|
<!-- 依赖声明 -->
|
|
@@ -186,6 +187,13 @@
|
|
|
<version>${xvji.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
+ <!-- JPA 依赖:添加版本号 -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-data-jpa</artifactId>
|
|
|
+ <version>${spring-boot-starter-data-jpa.version}</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
|
|
|
@@ -202,6 +210,11 @@
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-data-jpa</artifactId>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|