| | |
| | | driverClassName: com.mysql.cj.jdbc.Driver |
| | | # jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562 |
| | | # rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题) |
| | | url: jdbc:mysql://123.207.71.245:13306/qysp?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true |
| | | url: jdbc:mysql://42.193.1.25:3306/qysp?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true |
| | | username: root |
| | | password: 234#Wersdf! |
| | | password: 321$YcYl@1970! |
| | | # 从库数据源 |
| | | slave: |
| | | lazy: true |
| | |
| | | --- # redis 单机配置(单机与集群只能开启一个另一个需要注释掉) |
| | | spring.data: |
| | | redis: |
| | | # 地址 |
| | | host: 162.14.79.111 |
| | | # 端口,默认为6379 |
| | | port: 16379 |
| | | password: 234#Wersdf! |
| | | host: 42.193.1.25 |
| | | port: 6379 |
| | | password: ycl2018 |
| | | # password: 234#Wersdf! |
| | | # 数据库索引 |
| | | database: 0 |
| | | # 密码(如没有密码请注释掉) |
| | |
| | | # 命令等待超时,单位:毫秒 |
| | | timeout: 3000 |
| | | # 发布和订阅连接池大小 |
| | | subscriptionConnectionPoolSize: 50 |
| | | subscriptionConnectionPoolSize: 100 |
| | | |
| | | --- # mail 邮件发送 |
| | | mail: |
| | |
| | | client-id: 10**********6 |
| | | client-secret: 1f7d08**********5b7**********29e |
| | | redirect-uri: ${justauth.address}/social-callback?source=gitlab |
| | | |
| | | rzt: |
| | | url: https://rio.rztcd.com:10443/ebus/dzptcs |
| | | paasid: dzptcs |
| | | paastoken: 69b986d3c2450454c22d99a9653c97d2 |
| | | agentid: 1000128 # web端配置 |
| | | corpId: ww9904fd98c1b0df9e |
| | | corpSecret: mZdTP-ULDWHEPgFCpl62OwudbP3bODgqN9lC-rUtNSA |