1. 12 Jan, 2018 1 commit
    • Add BOM, server-starter and remove boot-parent · 840b910d
      Josh Long authored
      This removes the spring-boot-starter-parent from the build, and
      duplicates the necessary plugin configuration in he Spring Boot Admin'
      parent instead. This way our BOM doesn't include version for
      dependencies managed by boot's BOM
  2. 25 Jul, 2017 1 commit
  3. 24 Jul, 2017 1 commit
  4. 16 Feb, 2016 1 commit
    • Add spring.boot.admin.client.enabled property · 45a19cd4
      Robert 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