Skip to content

Commit 4cd9d01

Browse files
authored
Update README.md
1 parent 67eac09 commit 4cd9d01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ If you are using Spring Cloud you'll likely need the following settings:
290290

291291
- Set `eureka.servicePath` in your config to `/eureka/apps/`.
292292
- Use the newer style of the configuration [here](#400-bad-request-errors-from-eureka-server) or Spring Cloud Eureka will throw a 500 error.
293+
- Set `statusPageUrl` to a valid URL for your application, Spring Cloud [seems to require this](https://github.com/jquatier/eureka-js-client/issues/113) when the instance information is parsed.
293294
- Put single quotes around boolean `@enabled`. Unfortunately, a 500 error regarding parsing [seems to occur](https://github.com/jquatier/eureka-js-client/issues/63) without that.
294295

295296
Below is an example configuration that should work with Spring Cloud Eureka server:

0 commit comments

Comments
 (0)