From 02d965a2ff0cb5d415cedceacd2ae90c7ec1ac39 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期六, 10 五月 2025 09:03:50 +0800 Subject: [PATCH] 解决开关阀记录数据因重绑定或改RTU地址而引起的地址变更问题 --- pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/resources/application-self.yml | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/resources/application-self.yml b/pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/resources/application-self.yml new file mode 100644 index 0000000..298ef20 --- /dev/null +++ b/pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/resources/application-self.yml @@ -0,0 +1,31 @@ +#actutor鐨剋eb绔彛 +management: + server: + port: ${pipIrr.sell.actutorPort} +#web鏈嶅姟绔彛锛�8084 +server: + port: ${pipIrr.sell.webPort} + servlet: + context-path: /sell #web璁块棶涓婁笅鏂囪矾寰� + context-parameters: + #GenerateIdSetSuffixListener涓簲鐢紝鍙栧�艰寖鍥存槸0-99 + idSuffix: ${pipIrr.sell.idSuffix} + +#闃块噷鐭俊鏈嶅姟 +aliyun: + sms: + sms-access-key-id: LTAI5tPCmHqfyJ9YnoPorEwt + sms-access-key-secret: sU2CoLdNgcjnf5uPPU2dY7NNGNvOIX + sms-template-code: SMS_460776024 + sms-sign-name: 澶х鑺傛按 + #redis + redis: + host: localhost + #password:鎴戞槸娌¢厤缃瘑鐮佺殑 + port: 6379 + database: 6 #鎿嶄綔鐨勬槸6鍙锋暟鎹簱 + pool: + max-active: 8 #鏈�澶ц繛鎺ユ暟 + max-wait: -1 #杩炴帴姹犳渶澶ч樆濉炵瓑寰呮椂闂� -1琛ㄧず鏃犻檺 + max-idle: 4 #杩炴帴姹犱腑鐨勬渶澶х┖闂茶繛鎺� + min-idle: 0 #杩炴帴姹犱腑鐨勬渶灏忕┖闂茶繛鎺� \ No newline at end of file -- Gitblit v1.8.0