‘liusuyi’
2023-06-27 3be4440f6800e10efd8db51b957d17a6cc3b39df
src/main/resources/application.yml
@@ -1,7 +1,12 @@
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
@@ -15,15 +20,15 @@
    url: http://iot.zhdk.net:8090/Warning/GetWarning?userName=cy4oil
  datasource:
    driver-class-name: org.postgresql.Driver
#    url: jdbc:postgresql://111.40.46.199:15432/ry-vue?stringtype=unspecified
#    username: postgres
#    password: Yykj.2021
    url: jdbc:postgresql://192.168.1.15:5432/ry-vue?stringtype=unspecified
    url: jdbc:postgresql://111.40.46.199:15432/ry-vue?stringtype=unspecified
    username: postgres
    password: postgres
    password: Yykj.2021
#    url: jdbc:postgresql://192.168.1.15:5432/ry-vue?stringtype=unspecified
#    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