spring: profiles: include: cloud mqtt: topics: - {topic: "dev-sys-log", handler: com.xy.consumer.LogConsumer} server: port: 9053 #微服务相关配置 cloud: center: url: 119.96.213.127:9007 config: shared-configs: redis.yaml,mysql.yaml,mqtt.yaml,es.yaml name: sys service: name: dev-sys