‘liusuyi’
2024-02-01 b587ba125adcee0631bc816540779cca56f9099b
src/main/resources/application.yml
@@ -1,39 +1,3 @@
spring:
  netty:
    udp:
      port: 40000
      enabled: true
    tcp:
      host: 112.98.126.2
      port: 1200
      enabled: true
  mqtt:
    host: tcp://192.168.1.15:1883
    clientId: cc3
    username: admin
    password: xzx12345
    topic: tube
    timeout: 100
    keepalive: 60
    enabled: true
  stealelec:
    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
    username: postgres
    password: postgres
mybatis:
  typeAliasesPackage: com.ard.alarm.**.domain
  mapperLocations: classpath:/mapper/*.xml
# minio配置
minio:
  endpoint: http://192.168.1.15:9001
  accessKey: admin
  secretKey: xzx12345
logging:
  level:
    com.ard: info
spring:
  profiles:
    active: dev