From c429a34e5390b0245da276c2c03a6116822167c3 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期一, 08 五月 2023 17:18:08 +0800 Subject: [PATCH] 修复国标视频点播三种级联并发点播和录像下载的问题 --- pom.xml | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 7cf44e7..5628ab3 100644 --- a/pom.xml +++ b/pom.xml @@ -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