spring: application: name: resource-service cloud: config: uri: http://127.0.0.1:8921 label: master profile: ${profile:local} server: port: 8200