Name |
Last commit
|
Last update |
---|---|---|
.. | ||
ClientApplicationTest.java | ||
SpringBootAdminClientAutoConfigurationTest.java | ||
SpringBootAdminClientEnabledConditionTest.java |
With this commit two new properties were added to ease the client configuration when used in servlet containers: `spring.boot.admin.client.management-base-url` and `spring.boot.admin.client.service-base-url`. Both properties can be used to specify protocol, host and port for the urls. The paths will still be guessed and appended to the base-urls. Additionally the servlet context path is not read from the properties but from the ServletContext itself. closes #488
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
ClientApplicationTest.java | Loading commit data... | |
SpringBootAdminClientAutoConfigurationTest.java | Loading commit data... | |
SpringBootAdminClientEnabledConditionTest.java | Loading commit data... |