Describe the bug Please provide details of the problem, including the version of Spring Cloud that you are using.

Sample If possible, please provide a test case or sample application that reproduces the problem. This makes it much easier for us to diagnose the problem and to verify that we have fixed it.

  1. Setup a config server with a service specific property and define a port
  2. Configure client service to use config service (in my case config service is discovered over eureka)
  3. Compile and start from jar from commandline with --server.port

The application starts up with the port defined on config server and ignores the commandline port

Comment From: spencergibb

See https://docs.spring.io/spring-cloud-commons/docs/current/reference/html/#overriding-bootstrap-properties

Set spring.cloud.config.allowOverride=true in the remote file.

Comment From: spring-cloud-issues

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.

Comment From: spring-cloud-issues

Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.