feat(13): 配置prod数据库

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