From 616e0764ed9e61ab8a2e8b523eecbba6b98c5c13 Mon Sep 17 00:00:00 2001 From: ‘liusuyi’ <1951119284@qq.com> Date: 星期三, 01 十一月 2023 17:09:55 +0800 Subject: [PATCH] 增加告警前端发送的强制引导信息接收并发送mqtt --- src/main/resources/application-prod.yml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 0a5e94c..b219f3f 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -56,10 +56,10 @@ # 涓夊巶鏁板瓧鍖栧湴鍧� digitization3: enabled: false -mybatis: - typeAliasesPackage: com.ard.alarm.**.domain - mapperLocations: classpath:/mapper/*.xml - +# mybatis-plus閰嶇疆 +mybatis-plus: + type-aliases-package: com.ard.alarm.**.domain + mapper-locations: classpath:/mapper/*.xml server: port: 8088 logging: @@ -69,4 +69,4 @@ netty: info external: info camera: info - tube: info + tube: info \ No newline at end of file -- Gitblit v1.9.3