feat(13): 配置prod、dev环境

This commit is contained in:
2025-10-08 20:58:17 +08:00
parent 1e22b202db
commit 8cb96e7d30
3 changed files with 10 additions and 10 deletions
@@ -2,9 +2,9 @@ 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://mysql8:3307/lpt_prod?allowPublicKeyRetrieval=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
username: root
password: GUOxy5157
password: GUOxy.5157
server:
port: 5157