| | |
| | | # password: root |
| | | # sqlserver: |
| | | # driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | # url: jdbc:sqlserver://localhost:1433;DatabaseName=tempdb;SelectMethod=cursor;rewriteBatchedStatements=true |
| | | # url: jdbc:sqlserver://localhost:1433;DatabaseName=tempdb;SelectMethod=cursor;encrypt=false;rewriteBatchedStatements=true |
| | | # username: SA |
| | | # password: root |
| | | druid: |
| | |
| | | port: 6379 |
| | | # 数据库索引 |
| | | database: 0 |
| | | # 密码 |
| | | password: |
| | | # 密码(如没有密码请注释掉) |
| | | # password: |
| | | # 连接超时时间 |
| | | timeout: 10s |
| | | # 是否开启ssl |
| | | ssl: false |
| | | |
| | | redisson: |
| | | # redis key前缀 |
| | | keyPrefix: |
| | | # 线程池数量 |
| | | threads: 4 |
| | | # Netty线程池数量 |
| | |
| | | timeout: 0 |
| | | # Socket连接超时值,单位毫秒,缺省值不超时 |
| | | connectionTimeout: 0 |
| | | |
| | | --- # sms 短信 |
| | | sms: |
| | | enabled: false |
| | | # 阿里云 dysmsapi.aliyuncs.com |
| | | # 腾讯云 sms.tencentcloudapi.com |
| | | endpoint: "dysmsapi.aliyuncs.com" |
| | | accessKeyId: xxxxxxx |
| | | accessKeySecret: xxxxxx |
| | | signName: 测试 |
| | | # 腾讯专用 |
| | | sdkAppId: |