feat: 各个环境的配置文件更新
This commit is contained in:
@@ -17,7 +17,7 @@ spring:
|
||||
driverClassName: com.mysql.cj.jdbc.Driver
|
||||
# jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562
|
||||
# rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题)
|
||||
url: jdbc:mysql://192.168.129.64:33060/wucaixing?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
|
||||
url: jdbc:mysql://172.21.143.42:33060/wucaixing?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
|
||||
username: root
|
||||
password: Hot20260401
|
||||
# # 从库数据源
|
||||
@@ -66,7 +66,7 @@ spring:
|
||||
spring.data:
|
||||
redis:
|
||||
# 地址
|
||||
host: 192.168.129.64
|
||||
host: 172.21.143.42
|
||||
# 端口,默认为6379
|
||||
port: 63799
|
||||
# 数据库索引
|
||||
@@ -241,7 +241,7 @@ justauth:
|
||||
|
||||
--- # Gotenberg 配置
|
||||
gotenberg:
|
||||
base-url: http://192.168.129.64:3000
|
||||
base-url: http://172.21.143.42:3000
|
||||
|
||||
--- # app 学习报表验真与外网地址
|
||||
app:
|
||||
|
||||
Reference in New Issue
Block a user