‘liusuyi’
2023-10-07 bda682cfed723ca3be4ff39ab1972b8a69197bfb
src/main/resources/application-dev.yml
@@ -35,11 +35,11 @@
      port: 40000
      enabled: true
    tcp:
      enabled: false
      enabled: true
  # mqtt配置
  mqtt:
    host: tcp://192.168.2.15:1883
    clientId: cc3
    clientId: c227
    username: admin
    password: admin
    topic: tube
@@ -48,7 +48,7 @@
    enabled: true
  # 盗电接口地址
  stealelec:
    enabled: false
    enabled: true
    url: http://iot.zhdk.net:8090/Warning/GetWarning?userName=cy4oil
  # 三厂数字化地址
  digitization3:
@@ -58,10 +58,10 @@
    endpoint: http://192.168.2.15:9001
    accessKey: admin
    secretKey: xzx12345
# mybatis配置
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
# 日志等级配置
logging:
  level:
@@ -71,5 +71,6 @@
    external: info
    camera: info
    tube: info
    digitization3: debug
    stealAlarm: info
    digitization3: info
    stealAlarm: info
    httpUtils: info