|  |  |  | 
|---|
|  |  |  | # 前端上传文件,限制单个文件的大小和限制所有文件的大小 | 
|---|
|  |  |  | max-file-size: 500MB | 
|---|
|  |  |  | max-request-size: 5000MB | 
|---|
|  |  |  | http: | 
|---|
|  |  |  | client: | 
|---|
|  |  |  | # spring restTemplate 对外http访问时 | 
|---|
|  |  |  | connect-timeout: 3000 # 连接超时时间 | 
|---|
|  |  |  | read-timeout: 3000 # 读取超时时间 | 
|---|
|  |  |  | logging: | 
|---|
|  |  |  | charset: | 
|---|
|  |  |  | console: UTF-8 | 
|---|
|  |  |  | 
|---|
|  |  |  | configuration: | 
|---|
|  |  |  | #log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #时而输出日志,时而不输出日志 | 
|---|
|  |  |  | #log-impl: org.apache.ibatis.logging.log4j2.Log4j2Impl 不再应用,改为PrintSqlInterceptor拦截器输出sql日志,下面print-sql项配置 | 
|---|
|  |  |  | print-sql: true # 输出sql日志开关,控制PrintSqlInterceptor拦截器是否加载 | 
|---|
|  |  |  | print-sql: false # 输出sql日志开关,控制PrintSqlInterceptor拦截器是否加载 | 
|---|
|  |  |  | #开启驼峰uName自动映射到u_name | 
|---|
|  |  |  | #2023-10-24经实验,下面配置true或false,都能从u_name映射到uName | 
|---|
|  |  |  | #map-underscore-to-camel-case: true | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | pipIrr: | 
|---|
|  |  |  | global: | 
|---|
|  |  |  | dev: false  #是否开发阶段,true或false | 
|---|
|  |  |  | dev: true  #是否开发阶段,true或false | 
|---|
|  |  |  | dsName: ym  #开发阶段,设置临时的数据库名称 | 
|---|
|  |  |  | nginx: | 
|---|
|  |  |  | root: E:/apps/pipIrr/nginx-1.27.0 | 
|---|
|  |  |  | webPort: 54321 | 
|---|
|  |  |  | webFilePort: 64321 | 
|---|
|  |  |  | webFilePort: 19913 | 
|---|
|  |  |  | mw: | 
|---|
|  |  |  | webPort: 8070 #通信中间件中应用,不能在web模块系统中应用 | 
|---|
|  |  |  | actutorPort: 9070 #通信中间件中应用,不能在web模块系统中应用 | 
|---|
|  |  |  | 
|---|
|  |  |  | test: | 
|---|
|  |  |  | url: "http://127.0.0.1:8072" | 
|---|
|  |  |  | comSendUrl: "http://127.0.0.1:8072/rtuMw/com/send" | 
|---|
|  |  |  | #监测控制模块回调地址 | 
|---|
|  |  |  | #Rtu远程命令结果回调地址 | 
|---|
|  |  |  | rtuCallbackUrl_rm: "http://127.0.0.1:8081/remote/comRes/receive" | 
|---|
|  |  |  | #rtu远程升级模块回调地址 | 
|---|
|  |  |  | #接收通信中间件消息中心消息的地址 | 
|---|
|  |  |  | mwMsCenterReceiveUrl_rm: "http://127.0.0.1:8081/remote/msCenter/receive" | 
|---|
|  |  |  | #rtu远程升级状态信息回调地址 | 
|---|
|  |  |  | ugCallbackUrl_rm: "http://127.0.0.1:8081/remote/rtuUpgradeStateReceiver/receive" | 
|---|
|  |  |  | #微信小程序回调地址 | 
|---|
|  |  |  | #微信小程序应用中Rtu远程命令结果回调地址 | 
|---|
|  |  |  | rtuCallbackUrl_wx: "http://127.0.0.1:8087/wx/comRes/receive" | 
|---|
|  |  |  |  | 
|---|
|  |  |  | #不进行userToken过滤的URL,@ConfigurationProperties要求tokennofilter中所有字母都小写 | 
|---|
|  |  |  | 
|---|
|  |  |  | urls: | 
|---|
|  |  |  | - /sso/sso | 
|---|
|  |  |  | - /remote/comRes/receive | 
|---|
|  |  |  | - /remote/msCenter/receive | 
|---|
|  |  |  | - /remote/rtuUpgradeStateReceiver/receive | 
|---|
|  |  |  | - /remote/websocket | 
|---|
|  |  |  | - /wx/comRes/receive | 
|---|