‘liusuyi’
2023-07-03 fbb9b4374821b43d0b85aa569977415fd8d77cd9
src/main/resources/application.yml
@@ -1,10 +1,15 @@
spring:
  netty:
    port: 40000
    enabled: true
    udp:
      port: 40000
      enabled: true
    tcp:
      host: 112.98.126.2
      port: 1200
      enabled: true
  mqtt:
    host: tcp://192.168.1.15:1883
    clientId: c3
    clientId: cc3
    username: admin
    password: xzx12345
    topic: tube
@@ -22,8 +27,8 @@
    username: postgres
    password: postgres
mybatis:
  type-aliases-package: com.ard.alarm.camera.domain.ArdCameras
  mapper-locations: classpath:/mapper/*.xml
  typeAliasesPackage: com.ard.alarm.**.domain
  mapperLocations: classpath:/mapper/*.xml
# minio配置
minio:
  endpoint: http://192.168.1.15:9001