Przeglądaj źródła

1.开发配置文件提交

wq_dev
wangqiang 2 tygodni temu
rodzic
commit
f62466219e

+ 2
- 2
ruoyi-admin/src/main/resources/application-dev.yml Wyświetl plik

@@ -49,7 +49,7 @@ spring:
driverClassName: com.mysql.cj.jdbc.Driver
# jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562
# rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题)
url: jdbc:mysql://192.168.1.188:3307/ruoyi-activiti6?useUnicode=true&characterEncoding=utf8&nullCatalogMeansCurrent=true&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
url: jdbc:mysql://192.168.1.188:3307/ruoyi-activiti6-prod?useUnicode=true&characterEncoding=utf8&nullCatalogMeansCurrent=true&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
username: root
password: zhushiroot
# 从库数据源
@@ -130,7 +130,7 @@ spring:
# 端口,默认为6379
port: 6379
# 数据库索引
database: 0
database: 15
# 密码(如没有密码请注释掉)
# password:
# 连接超时时间

Ładowanie…
Anuluj
Zapisz