Commit cfad8fe7 by Johnny Lim Committed by Johannes Edmeier

Fix typo

parent 72246d6d
......@@ -115,7 +115,7 @@ spring.boot.admin.password
| spring.boot.admin.client.management-url
| Management-url to register with. Can be overridden in case the reachable url is different (e.g. Docker).
| Guessed based on managment-base-url and `management.context-path`.
| Guessed based on management-base-url and `management.context-path`.
| spring.boot.admin.client.service-base-url
| Base url for computing the service-url to register with. The path is inferred at runtime, and appended to the base url.
......
......@@ -47,7 +47,7 @@ public class DefaultServiceInstanceConverter implements ServiceInstanceConverter
/**
* Default context-path to be appended to the url of the discovered service for the
* managment-url.
* management-url.
*/
private String managementContextPath = "";
/**
......
......@@ -123,7 +123,7 @@ public class DefaultApplicationFactoryTest {
}
@Test
public void test_ssl_managment() {
public void test_ssl_management() {
management.setSsl(new Ssl());
management.getSsl().setEnabled(true);
publishApplicationReadyEvent(factory, 8080, 9090);
......
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