|  |  | 
 |  |  | spring: | 
 |  |  |     main: | 
 |  |  |         allow-bean-definition-overriding: true #设置为true时,后定义的bean会覆盖之前定义的相同名称的bean | 
 |  |  |     servlet: | 
 |  |  |         multipart: | 
 |  |  |             # 前端上传文件,限制单个文件的大小和限制所有文件的大小 | 
 |  |  | 
 |  |  |  | 
 |  |  | pipIrr: | 
 |  |  |     global: | 
 |  |  |         dev: true  #是否开发阶段,true或false | 
 |  |  |         dev: false  #是否开发阶段,true或false | 
 |  |  |         dsName: ym  #开发阶段,设置临时的数据库名称 | 
 |  |  |     nginx: | 
 |  |  |         root: E:/apps/pipIrr/nginx-1.27.0 | 
 |  |  |         root: D:/apps/pipIrr/nginx-1.27.0 | 
 |  |  |         webPort: 54321 | 
 |  |  |         webFilePort: 19913 | 
 |  |  |         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 #登录用户缓存可缓存用户的最大值 | 
 |  |  | 
 |  |  |             hashStart: 0 | 
 |  |  |             hashEnd: 5461 | 
 |  |  |             restUrl: http://127.0.0.1:${pipIrr.file1.webPort}/file #file是上下文,ip为局域网ip或本地IP | 
 |  |  |             webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |             webUrl: http://8.130.130.233:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://8.130.130.233:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |         sv2: | 
 |  |  |             id: dyFile2 | 
 |  |  |             absolutePath: ${pipIrr.nginx.root}/html/webfiles/ | 
 |  |  | 
 |  |  |             hashStart: 5462 | 
 |  |  |             hashEnd: 10923 | 
 |  |  |             restUrl: http://127.0.0.1:${pipIrr.file2.webPort}/file | 
 |  |  |             webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |             webUrl: http://8.130.130.233:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://8.130.130.233:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |         sv3: | 
 |  |  |             id: dyFile3 | 
 |  |  |             absolutePath: ${pipIrr.nginx.root}/html/webfiles/ | 
 |  |  | 
 |  |  |             hashStart: 10924 | 
 |  |  |             hashEnd: 16385 | 
 |  |  |             restUrl: http://127.0.0.1:${pipIrr.file3.webPort}/file | 
 |  |  |             webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |             webUrl: http://8.130.130.233:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://8.130.130.233:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |         sv4: | 
 |  |  |             id: dyFile4 | 
 |  |  |             absolutePath: ${pipIrr.nginx.root}/html/webfiles/ | 
 |  |  | 
 |  |  |             hashStart: 16386 | 
 |  |  |             hashEnd: 21847 | 
 |  |  |             restUrl: http://127.0.0.1:${pipIrr.file4.webPort}/file | 
 |  |  |             webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |             webUrl: http://8.130.130.233:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://8.130.130.233:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |         sv5: | 
 |  |  |             id: dyFile5 | 
 |  |  |             absolutePath: ${pipIrr.nginx.root}/html/webfiles/ | 
 |  |  | 
 |  |  |             hashStart: 21848 | 
 |  |  |             hashEnd: 27309 | 
 |  |  |             restUrl: http://127.0.0.1:${pipIrr.file5.webPort}/file | 
 |  |  |             webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |             webUrl: http://8.130.130.233:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://8.130.130.233:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |         sv6: | 
 |  |  |             id: dyFile6 | 
 |  |  |             absolutePath: ${pipIrr.nginx.root}/html/webfiles/ | 
 |  |  | 
 |  |  |             hashStart: 27310 | 
 |  |  |             hashEnd: 32767 | 
 |  |  |             restUrl: http://127.0.0.1:${pipIrr.file6.webPort}/file | 
 |  |  |             webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |             webUrl: http://8.130.130.233:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://8.130.130.233:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |         sv7: | 
 |  |  |             id: dyFile7 | 
 |  |  |             absolutePath: ${pipIrr.nginx.root}/html/webfiles/ | 
 |  |  | 
 |  |  |             hashStart: 32768 | 
 |  |  |             hashEnd: 38229 | 
 |  |  |             restUrl: http://127.0.0.1:${pipIrr.file7.webPort}/file | 
 |  |  |             webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |             webUrl: http://8.130.130.233:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://8.130.130.233:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |         sv8: | 
 |  |  |             id: dyFile8 | 
 |  |  |             absolutePath: ${pipIrr.nginx.root}/html/webfiles/ | 
 |  |  | 
 |  |  |             hashStart: 38230 | 
 |  |  |             hashEnd: 43691 | 
 |  |  |             restUrl: http://127.0.0.1:${pipIrr.file8.webPort}/file | 
 |  |  |             webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |             webUrl: http://8.130.130.233:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://8.130.130.233:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |         sv9: | 
 |  |  |             id: dyFile9 | 
 |  |  |             absolutePath: ${pipIrr.nginx.root}/html/webfiles/ | 
 |  |  | 
 |  |  |             hashStart: 43692 | 
 |  |  |             hashEnd: 49153 | 
 |  |  |             restUrl: http://127.0.0.1:${pipIrr.file9.webPort}/file | 
 |  |  |             webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |             webUrl: http://8.130.130.233:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://8.130.130.233:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |         sv10: | 
 |  |  |             id: dyFile10 | 
 |  |  |             absolutePath: ${pipIrr.nginx.root}/html/webfiles/ | 
 |  |  | 
 |  |  |             hashStart: 49154 | 
 |  |  |             hashEnd: 54615 | 
 |  |  |             restUrl: http://127.0.0.1:${pipIrr.file10.webPort}/file | 
 |  |  |             webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |             webUrl: http://8.130.130.233:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://8.130.130.233:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |         sv11: | 
 |  |  |             id: dyFile11 | 
 |  |  |             absolutePath: ${pipIrr.nginx.root}/html/webfiles/ | 
 |  |  | 
 |  |  |             hashStart: 54616 | 
 |  |  |             hashEnd: 60077 | 
 |  |  |             restUrl: http://127.0.0.1:${pipIrr.file11.webPort}/file | 
 |  |  |             webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |             webUrl: http://8.130.130.233:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://8.130.130.233:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |         sv12: | 
 |  |  |             id: dyFile12 | 
 |  |  |             absolutePath: ${pipIrr.nginx.root}/html/webfiles/ | 
 |  |  | 
 |  |  |             hashStart: 60078 | 
 |  |  |             hashEnd: 65535 | 
 |  |  |             restUrl: http://127.0.0.1:${pipIrr.file12.webPort}/file | 
 |  |  |             webUrl: http://no253541tf71.vicp.fun:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://no253541tf71.vicp.fun:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |             webUrl: http://8.130.130.233:${pipIrr.nginx.webFilePort}/webfiles/ #nginx服务路径,安装部署时IP改成外网IP或域名 | 
 |  |  |             webDownloadPath: http://8.130.130.233:${pipIrr.nginx.webPort}/file/download/down?id=  #安装部署时IP改成外网IP或域名 | 
 |  |  |  | 
 |  |  | #项目编号 | 
 |  |  | #projectCode: | 
 |  |  | 
 |  |  |     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 |