| | |
| | | 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 |
| | | username: root |
| | | password: 234#Wersdf! |
| | | # url: jdbc:mysql://80.36.32.176:3306/qysp?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=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 |
| | | # username: root |
| | | # password: 234#Wersdf! |
| | | url: jdbc:mysql://80.36.32.176:3306/qysp?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true |
| | | username: root |
| | | password: 234#Wersdf! |
| | | # url: jdbc:mysql://51.9.57.211:3306/qysp?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true |
| | | # username: root |
| | | # password: 234#Wersdf! |
| | |
| | | spring.data: |
| | | redis: |
| | | # 地址 |
| | | host: 162.14.79.111 |
| | | host: 80.36.32.176 |
| | | # 端口,默认为6379 |
| | | port: 16379 |
| | | port: 6379 |
| | | password: 234#Wersdf! |
| | | # 数据库索引 |
| | | database: 0 |
| | |
| | | # 连接空闲超时,单位:毫秒 |
| | | idleConnectionTimeout: 10000 |
| | | # 命令等待超时,单位:毫秒 |
| | | timeout: 3000 |
| | | timeout: 10000 |
| | | # 发布和订阅连接池大小 |
| | | subscriptionConnectionPoolSize: 50 |
| | | |
| | |
| | | |
| | | --- #边界 |
| | | police: |
| | | localhost: http://192.168.3.228:8801 #测试 |
| | | localhost: http://127.0.0.1:8080 #测试 |
| | | chief: http://10.248.255.130:18080 #政务云 |
| | | video: http://51.9.1.41:18080 #视频网 |
| | | |
| | | --- #ftp |
| | | ftp: |
| | | url: 51.9.57.211 |
| | | username: admin #本机:ftpup |
| | | passwd: 234#Wersdf! |
| | | path: / |