You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In conjuntion with server.address / management.address this plays more nicely with interfaces with multiple ipAdrresses. Also remove spring.boot.admin.client.useAddressOf.
fixes#112
Copy file name to clipboardExpand all lines: spring-boot-admin-starter-client/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The main service that is used is a registrar that registeres the application at
21
21
| spring.boot.admin.client.managementUrl | Client-management-URL to register with. Can be overriden in case the reachable URL is different (e.g. Docker). Must be unique in registry.<br>Default: is guessed based on serviceUrl management.port and management.context-path|
22
22
| spring.boot.admin.client.healthUrl | Client-management-URL to register with. Can be overriden in case the reachable URL is different (e.g. Docker). Must be unique in registry.<br>Default: is guessed based on managementUrl and endpoints.health.id |
23
23
| spring.boot.admin.client.name | Name to register with. Defaults to the ApplicationContexts name. Only set when it should differ.<br>Default: _${spring.application.name}_ if set, spring-boot-application otherwise. |
24
-
| spring.boot.admin.client.useIpAddressOf|If an network-interface name is specified, its ip-address wil be used for the guessed url (instead of hostname).|
24
+
| spring.boot.admin.client.preferIpAddress|Use the ip-address rather then the hostname in the guessed urls. It's required to set `server.address` and `management.address`respectively. |
25
25
26
26
### Other configuration properties
27
27
Options from other spring boot features. These should be set to enable all features.
Copy file name to clipboardExpand all lines: spring-boot-admin-starter-client/src/main/java/de/codecentric/boot/admin/config/AdminClientProperties.java
0 commit comments