-
Add spring.boot.admin.client.enabled property · 45a19cd4Robert Winkler authored
Add spring.boot.admin.client.enabled property to explicitly disable the spring-boot-admin-client, (e.g. for unit tests). Defaults to true. The client is active when spring.boot.admin.client.enabled is true and spring.boot.admin.url is set. fixes #156
45a19cd4