From e670bee5cd7d513730d558c0601ef83fa17fcec8 Mon Sep 17 00:00:00 2001 From: laptop_zup Date: Fri, 29 Nov 2024 14:36:42 +0800 Subject: [PATCH] =?UTF-8?q?maven=E4=BE=9D=E8=B5=96=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加 Spring Security 框架 升级 MySQL 数据库的 JDBC 驱动程序 --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 862e953..db5df78 100644 --- a/pom.xml +++ b/pom.xml @@ -50,10 +50,15 @@ runtime true + + org.springframework.security + spring-security-core + 5.8.0 + mysql mysql-connector-java - 8.0.18 + 8.0.33 org.springframework.boot