From c42d391290adc50348807d623c4b689ab1f109fc Mon Sep 17 00:00:00 2001
From: 648540858 <648540858@qq.com>
Date: 星期五, 14 七月 2023 08:34:15 +0800
Subject: [PATCH] 修复数据存储
---
pom.xml | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index a675c6f..5628ab3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
<groupId>com.genersoft</groupId>
<artifactId>wvp-pro</artifactId>
- <version>2.6.7</version>
+ <version>2.6.8</version>
<name>web video platform</name>
<description>鍥芥爣28181瑙嗛骞冲彴</description>
<packaging>${project.packaging}</packaging>
@@ -123,11 +123,9 @@
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
- <!-- druid鏁版嵁搴撹繛鎺ユ睜 -->
<dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>druid-spring-boot-starter</artifactId>
- <version>1.2.11</version>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
<!-- mysql鏁版嵁搴� -->
@@ -294,7 +292,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
- <version>2.3.5.RELEASE</version>
+ <version>2.7.2</version>
<configuration>
<includeSystemScope>true</includeSystemScope>
</configuration>
--
Gitblit v1.8.0