- 21 Oct, 2015 1 commit
-
-
Johannes Edmeier authored
* Use @EventListener instead of ApplicationListener-interface * Don't inherit ClientApplicationEvent from ApplicationEvent - so JournaledEvent isn't needed anymore * added eclipse formatter rules * reformatted all files
-
- 20 Oct, 2015 1 commit
-
-
Johannes Edmeier authored
-
- 30 Sep, 2015 1 commit
-
-
Johannes Stelzer authored
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
-
- 22 May, 2015 1 commit
-
-
Johannes Stelzer authored
If `spring.boot.admin.client.useIpAdressOf=<network-interface>` is set properly the ip-address of the specified network-interface is used in the inferenced url to register with. In case the address cannot be determined an exception is thrown and the client won't register. This is for example useful in Docker environments making the inferenced urls work.
-
- 12 May, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 04 May, 2015 2 commits
-
-
Johannes Stelzer authored
-
Stephen Oakey authored
Checks for the presence of Ssl in ServerProperties and that it is enabled, uses https in that case for client URL. Added test case for option.
-
- 26 Apr, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 20 Apr, 2015 1 commit
-
-
Johannes Stelzer authored
fixup! Add optional automatic deregistration on shutdown - turned off by default; only periodically try to register when the context is active
-
- 12 Apr, 2015 1 commit
-
-
Johannes Stelzer authored
This change not only allows you to use `context-path` and `contextPath` but also respects automatic port assignment when using `server.port=0` or `managment.port=0`. Also corrects the value if server.port != mangement.port and server.context-path and management.server-path is set. fixes #57
-
- 07 Mar, 2015 1 commit
-
- 19 Dec, 2014 1 commit
-
-
tobiasflohre authored
server.context-path not used when application registers itself #32 Typo in About #31
-
- 19 Nov, 2014 1 commit
-
-
Thomas Bosch authored
-
- 17 Nov, 2014 1 commit
-
-
Johannes Stelzer authored
This allows you to protect your spring-boot-admin rest api. Supporting basic auth on management-endpoints needs more work.
-
- 12 Nov, 2014 1 commit
-
-
Johannes Stelzer authored
* registry-key is derived from URL * option to specify a management-URL and other various config options see spring-boot-starter-admin-client/README.md * less chatty registration * some more test cases * show application URL in overview and headline * show application info in overview * set HTTP-Codes in RegistryController fixes #13 fixes #16 closes #17 closes #18 I didn't add the key-value-properties to the Application. Since it was somehow redundant to the /info-endpoint.
-