# 远程配置文件 # 保存到eureka注册中心,便于eureka-client读取 server: port: 9000 eureka: client: serviceUrl: defaultZone: http://localhost:8761/eureka/ spring: application: name: ConfigRemoteClient