‘liusuyi’
2024-02-01 b587ba125adcee0631bc816540779cca56f9099b
src/main/resources/application-dev.yml
@@ -29,34 +29,35 @@
      timeBetweenEvictionRunsMillis: 60000
      #空闲连接最小空闲时间
      minEvictableIdleTimeMillis: 300000
  # netty配置
  netty:
    udp:
      port: 40000
      enabled: true
    tcp:
      enabled: true
  # mqtt配置
  mqtt:
    host: tcp://192.168.2.15:1883
    clientId: client-2272
    username: admin
    password: admin
    timeout: 100
    keepalive: 60
# netty配置
netty:
  udp:
    port: 40000
    enabled: false
  tcp:
    enabled: true
  # 盗电接口地址
  stealelec:
    enabled: true
    url: http://iot.zhdk.net:8090/Warning/GetWarning?userName=cy4oil
# mqtt配置
mqtt:
  host: tcp://192.168.2.15:1883
  clientId: client-2272
  username: admin
  password: admin
  timeout: 100
  keepalive: 60
  enabled: true
# 盗电接口地址
stealelec:
  enabled: false
  url: http://iot.zhdk.net:8090/Warning/GetWarning?userName=cy4oil
  # 三厂数字化地址
  digitization3:
    enabled: true
  # minio配置
  minio:
    endpoint: http://192.168.2.15:9001
    accessKey: admin
    secretKey: xzx12345
# 三场数字化
digitization3:
  enabled: false
# minio配置
minio:
  endpoint: http://192.168.2.15:9001
  accessKey: admin
  secretKey: xzx12345
# mybatis-plus配置
mybatis-plus:
  type-aliases-package: com.ard.alarm.**.domain
@@ -64,11 +65,11 @@
# 日志等级配置
logging:
  level:
    hikSdk: debug
    hikSdk: info
    mqtt: info
    netty: info
    netty: debug
    external: info
    camera: debug
    camera: info
    tube: info
    digitization3: info
    stealAlarm: info