feat(#N/A): 修改数据库

This commit is contained in:
guo
2025-11-02 20:15:02 +08:00
parent 19ea1a71f9
commit affabcabca
+1 -1
View File
@@ -2,7 +2,7 @@ spring:
# 配置数据库
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://mysql8:3306/learning_progress_tracker?allowPublicKeyRetrieval=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
url: jdbc:mysql://mysql_default:3306/learning_progress_tracker?allowPublicKeyRetrieval=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
username: root
password: GUOxy5157
server: