feat(13): 配置prod数据库

(cherry picked from commit 7906304099)
This commit is contained in:
2025-10-08 22:13:09 +08:00
parent 8cb96e7d30
commit afedfe3a3e
+1 -1
View File
@@ -2,7 +2,7 @@ spring:
# 配置数据库
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://mysql8:3307/lpt_prod?allowPublicKeyRetrieval=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
url: jdbc:mysql://lpt-prod-mysql8:3307/lpt_prod?allowPublicKeyRetrieval=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
username: root
password: GUOxy.5157
server: