feat(config): 更新生产环境数据库配置

- 修改数据库连接地址为生产服务器IP和端口
- 设置数据库用户名为klp
- 配置数据库密码为KeLunPu@123- 更改数据库名称为klp_pocketfactory
This commit is contained in:
2025-10-27 14:38:21 +08:00
parent 0b9f7bc7e9
commit ef89e62f9a

View File

@@ -66,9 +66,9 @@ spring:
lazy: true
type: ${spring.datasource.type}
driverClassName: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
username:
password:
url: jdbc:mysql://140.143.206.120:13306/klp_pocketfactory?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
username: klp
password: KeLunPu@123
# oracle:
# type: ${spring.datasource.type}
# driverClassName: oracle.jdbc.OracleDriver