spring:
  datasource:
    driver-class-name: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://127.0.0.1:3306/cneeds_server?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    password: cneeds!QAZ1qaz
    username: root
  mqtt:
    username: admin
    password: public
    host-url: tcp://120.25.162.101:1883
    #    client-id: zhjsbackground${random.value}
    client-id: server
    #    default-topic: $SYS/brokers/+/clients/#
    completionTimeout: 3000
    keepAlive: 60
    topics[0]:
      topicname: device/+/+/push
      qos: 0
    topics[1]:
      topicname: server/receive/
      qos: 0
eureka:
  client:
    service-url:
      defaultZone: http://localhost:8761/eureka/
  instance:
    prefer-ip-address: true