Commit e5a91d06 by Johannes Edmeier

Use full property name in error message.

parent 87ac5748
......@@ -95,7 +95,7 @@ public class DefaultApplicationFactory implements ApplicationFactory {
}
if (getLocalServerPort() == null) {
throw new IllegalStateException("couldn't determine local port. Please supply service-base-url.");
throw new IllegalStateException("couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url.");
}
return UriComponentsBuilder.newInstance()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment