删掉无用信息

This commit is contained in:
2025-07-04 22:14:22 +08:00
parent ce2db65128
commit 1b8f396047
5 changed files with 1 additions and 621 deletions

View File

@@ -9,7 +9,7 @@ spring:
# 数据源配置
datasource:
url: jdbc:mysql://localhost:3306/flash_sale_db?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
url: jdbc:mysql://localhost:3306/flash_sale_db?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&useSSL=false
username: root
password: root
driver-class-name: com.mysql.cj.jdbc.Driver