From e21e419361ca69c31c8eed7349ce4d44ca42313a Mon Sep 17 00:00:00 2001 From: canghai809 <lovecanghai@gmail.com> Date: 星期二, 04 四月 2023 18:52:13 +0800 Subject: [PATCH] 开发及Docker配置文件数据源更新 --- 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