|
|
@ -50,7 +50,7 @@ spring: |
|
|
|
driverClassName: com.mysql.cj.jdbc.Driver |
|
|
|
# jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562 |
|
|
|
# rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题) |
|
|
|
url: jdbc:mysql://localhost:3306/jyjtable?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true |
|
|
|
url: jdbc:mysql://10.1.21.250:3306/jyjtable?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true |
|
|
|
username: root |
|
|
|
# password: |
|
|
|
password: 'HXj-6nR|D8xy*h#!I&:(' |
|
|
@ -103,11 +103,11 @@ spring.data: |
|
|
|
# 地址 |
|
|
|
host: localhost |
|
|
|
# 端口,默认为6379 |
|
|
|
port: 6380 |
|
|
|
port: 6379 |
|
|
|
# 数据库索引 |
|
|
|
database: 0 |
|
|
|
# redis 密码必须配置 |
|
|
|
password: F*Nx=BZli+ZCCI-Fil+3 |
|
|
|
# password: F*Nx=BZli+ZCCI-Fil+3 |
|
|
|
# 连接超时时间 |
|
|
|
timeout: 10s |
|
|
|
# 是否开启ssl |
|
|
@ -284,6 +284,6 @@ justauth: |
|
|
|
# maxConnectNumPerRoute: 100 |
|
|
|
chat: |
|
|
|
# 聊天机器人配置 |
|
|
|
filePath: /guoYanXinXi/data/software/minio/data/ruoyi/ |
|
|
|
tempfilePath: /guoYanXinXi/data/software/app/tempfile/ |
|
|
|
filePath: /home/sjjapp/minio/data/ruoyi/ |
|
|
|
tempfilePath: /home/sjjapp/app/tempfile/ |
|
|
|
chatUrl: http://127.0.0.1:8081 |
|
|
|