| | |
| | | application: |
| | | name: trade-back |
| | | profiles: |
| | | active: test |
| | | active: prod |
| | | jackson: |
| | | date-format: yyyy-MM-dd HH:mm:ss |
| | | time-zone: GMT+8 |
| | |
| | | thread-name-prefix: async-cart- |
| | | wait-for-tasks-to-complete-on-shutdown: true |
| | | await-termination-seconds: 30 |
| | | |
| | | # 工作流配置 |
| | | workflow: |
| | | # 审批服务配置 |
| | | approval: |
| | | base-url: http://192.168.20.51:7098 |
| | | template-relation-url: /approval/templateRelation/relationByType |
| | | unit-id: "1" |
| | | # 工作流服务配置 |
| | | process: |
| | | base-url: http://192.168.20.51:7098 |
| | | # base-url: http://36.133.126.111:7098 |
| | | start-process-url: /app/workflow/startProcessAndComplete |
| | | find-todo-url: /app/workflow/findToList |
| | | find-done-url: /app/workflow/findHistoryByPage |
| | | complete-url: /app/workflow/complete |
| | | reject-url: /app/workflow/rejectStartNode |
| | | # RestTemplate超时配置 |
| | | rest-template: |
| | | connect-timeout: 5000 # 连接超时时间(毫秒) |
| | | read-timeout: 10000 # 读取超时时间(毫秒) |