|  |  | 
 |  |  | spring: | 
 |  |  |     main: | 
 |  |  |         allow-bean-definition-overriding: true #设置为true时,后定义的bean会覆盖之前定义的相同名称的bean | 
 |  |  |     servlet: | 
 |  |  |         multipart: | 
 |  |  |             # 前端上传文件,限制单个文件的大小和限制所有文件的大小 | 
 |  |  | 
 |  |  |         webPort: 54321 | 
 |  |  |         webFilePort: 64321 | 
 |  |  |     mw: | 
 |  |  |         webPort: 8070 #通信中间件中应用,不能在web模块系统中应用 | 
 |  |  |         actutorPort: 9070 #通信中间件中应用,不能在web模块系统中应用 | 
 |  |  |         webPort: ${common.pipIrr_mw_webPort} #通信中间件中应用,不能在web模块系统中应用 | 
 |  |  |         actutorPort: ${common.pipIrr_mw_actutorPort} #通信中间件中应用,不能在web模块系统中应用 | 
 |  |  |         idSuffix: 0 | 
 |  |  |     sso: | 
 |  |  |         cacheMaximumSize: 10000 #登录用户缓存可缓存用户的最大值 | 
 |  |  | 
 |  |  |     mj: | 
 |  |  |         url: "http://127.0.0.1:8071" | 
 |  |  |         comSendUrl: "http://127.0.0.1:8071/rtuMw/com/send" | 
 |  |  |     mq: | 
 |  |  |         url: "http://127.0.0.1:8100" | 
 |  |  |         comSendUrl: "http://127.0.0.1:8100/rtuMw/com/send" | 
 |  |  |     sp: | 
 |  |  |         url: "http://127.0.0.1:8073" | 
 |  |  |         comSendUrl: "http://127.0.0.1:8073/rtuMw/com/send" | 
 |  |  |     test: | 
 |  |  |         url: "http://127.0.0.1:8072" | 
 |  |  |         comSendUrl: "http://127.0.0.1:8072/rtuMw/com/send" | 
 |  |  |     mq: | 
 |  |  |         url: "http://127.0.0.1:8100" | 
 |  |  |         comSendUrl: "http://127.0.0.1:8100/rtuMw/com/send" | 
 |  |  |     yq: | 
 |  |  |         url: "http://127.0.0.1:8101" | 
 |  |  |         comSendUrl: "http://127.0.0.1:8101/rtuMw/com/send" | 
 |  |  |     hlj: | 
 |  |  |         url: "http://127.0.0.1:8102" | 
 |  |  |         comSendUrl: "http://127.0.0.1:8102/rtuMw/com/send" | 
 |  |  |     gz: | 
 |  |  |         url: "http://127.0.0.1:8103" | 
 |  |  |         comSendUrl: "http://127.0.0.1:8103/rtuMw/com/send" | 
 |  |  |     lz: | 
 |  |  |         url: "http://127.0.0.1:8104" | 
 |  |  |         comSendUrl: "http://127.0.0.1:8104/rtuMw/com/send" | 
 |  |  |     jc: | 
 |  |  |         url: "http://127.0.0.1:8105" | 
 |  |  |         comSendUrl: "http://127.0.0.1:8105/rtuMw/com/send" | 
 |  |  |     #Rtu远程命令结果回调地址 | 
 |  |  |     rtuCallbackUrl_rm: "http://127.0.0.1:8081/remote/comRes/receive" | 
 |  |  |     #接收通信中间件消息中心消息的地址 | 
 |  |  | 
 |  |  | #钉钉消息推送 | 
 |  |  | dingtalk: | 
 |  |  |     ym: | 
 |  |  |         enable: true #是否启用 | 
 |  |  |         enable: false #是否启用 | 
 |  |  |         robot: | 
 |  |  |             url: https://oapi.dingtalk.com/robot/send | 
 |  |  |             access-token: fecef8e7725998f8912af05419580861aafc73413c4920036c07c050fa33055f | 
 |  |  | 
 |  |  |         at-all: true | 
 |  |  |         mobile: 18602657034 | 
 |  |  |     mj: | 
 |  |  |         enable: true #是否启用 | 
 |  |  |         robot: | 
 |  |  |             url: https://oapi.dingtalk.com/robot/send | 
 |  |  |             access-token: fecef8e7725998f8912af05419580861aafc73413c4920036c07c050fa33055f | 
 |  |  |             secret: SEC6042bc964d08899a5853eb321eb5a4d842a395982777f815bd07451c879228b7 | 
 |  |  |         at-all: true | 
 |  |  |         mobile: 18602657034 | 
 |  |  |     mq: | 
 |  |  |         enable: true #是否启用 | 
 |  |  |         enable: false #是否启用 | 
 |  |  |         robot: | 
 |  |  |             url: https://oapi.dingtalk.com/robot/send | 
 |  |  |             access-token: fecef8e7725998f8912af05419580861aafc73413c4920036c07c050fa33055f | 
 |  |  | 
 |  |  |         at-all: true | 
 |  |  |         mobile: 18602657034 | 
 |  |  |     sp: | 
 |  |  |         enable: true #是否启用 | 
 |  |  |         enable: false #是否启用 | 
 |  |  |         robot: | 
 |  |  |             url: https://oapi.dingtalk.com/robot/send | 
 |  |  |             access-token: fecef8e7725998f8912af05419580861aafc73413c4920036c07c050fa33055f | 
 |  |  | 
 |  |  |         at-all: true | 
 |  |  |         mobile: 18602657034 | 
 |  |  |     test: | 
 |  |  |         enable: true #是否启用 | 
 |  |  |         enable: false #是否启用 | 
 |  |  |         robot: | 
 |  |  |             url: https://oapi.dingtalk.com/robot/send | 
 |  |  |             access-token: fecef8e7725998f8912af05419580861aafc73413c4920036c07c050fa33055f | 
 |  |  |             secret: SEC6042bc964d08899a5853eb321eb5a4d842a395982777f815bd07451c879228b7 | 
 |  |  |         at-all: true | 
 |  |  |         mobile: 18602657034 | 
 |  |  |     mq: | 
 |  |  |         enable: false #是否启用 | 
 |  |  |         robot: | 
 |  |  |             url: https://oapi.dingtalk.com/robot/send | 
 |  |  |             access-token: fecef8e7725998f8912af05419580861aafc73413c4920036c07c050fa33055f | 
 |  |  |             secret: SEC6042bc964d08899a5853eb321eb5a4d842a395982777f815bd07451c879228b7 | 
 |  |  |         at-all: true | 
 |  |  |         mobile: 18602657034 | 
 |  |  |     yq: | 
 |  |  |         enable: false #是否启用 | 
 |  |  |         robot: | 
 |  |  |             url: https://oapi.dingtalk.com/robot/send | 
 |  |  |             access-token: fecef8e7725998f8912af05419580861aafc73413c4920036c07c050fa33055f | 
 |  |  |             secret: SEC6042bc964d08899a5853eb321eb5a4d842a395982777f815bd07451c879228b7 | 
 |  |  |         at-all: true | 
 |  |  |         mobile: 18602657034 | 
 |  |  |     hlj: | 
 |  |  |         enable: false #是否启用 | 
 |  |  |         robot: | 
 |  |  |             url: https://oapi.dingtalk.com/robot/send | 
 |  |  |             access-token: fecef8e7725998f8912af05419580861aafc73413c4920036c07c050fa33055f | 
 |  |  |             secret: SEC6042bc964d08899a5853eb321eb5a4d842a395982777f815bd07451c879228b7 | 
 |  |  |         at-all: true | 
 |  |  |         mobile: 18602657034 | 
 |  |  |     gz: | 
 |  |  |         enable: false #是否启用 | 
 |  |  |         robot: | 
 |  |  |             url: https://oapi.dingtalk.com/robot/send | 
 |  |  |             access-token: fecef8e7725998f8912af05419580861aafc73413c4920036c07c050fa33055f | 
 |  |  |             secret: SEC6042bc964d08899a5853eb321eb5a4d842a395982777f815bd07451c879228b7 | 
 |  |  |         at-all: true | 
 |  |  |         mobile: 18602657034 | 
 |  |  |     lz: | 
 |  |  |         enable: false #是否启用 | 
 |  |  |         robot: | 
 |  |  |             url: https://oapi.dingtalk.com/robot/send | 
 |  |  |             access-token: fecef8e7725998f8912af05419580861aafc73413c4920036c07c050fa33055f | 
 |  |  |             secret: SEC6042bc964d08899a5853eb321eb5a4d842a395982777f815bd07451c879228b7 | 
 |  |  |         at-all: true | 
 |  |  |         mobile: 18602657034 | 
 |  |  |     jc: | 
 |  |  |         enable: false #是否启用 | 
 |  |  |         robot: | 
 |  |  |             url: https://oapi.dingtalk.com/robot/send | 
 |  |  |             access-token: fecef8e7725998f8912af05419580861aafc73413c4920036c07c050fa33055f |