1. 27 Jan, 2018 1 commit
  2. 26 Jan, 2018 1 commit
  3. 23 Jan, 2018 1 commit
  4. 19 Jan, 2018 1 commit
  5. 17 Jan, 2018 1 commit
  6. 13 Jan, 2018 3 commits
  7. 12 Jan, 2018 3 commits
  8. 01 Jan, 2018 1 commit
  9. 27 Dec, 2017 1 commit
  10. 30 Nov, 2017 3 commits
  11. 29 Nov, 2017 1 commit
  12. 16 Nov, 2017 6 commits
  13. 04 Nov, 2017 1 commit
  14. 17 Oct, 2017 1 commit
  15. 19 Sep, 2017 1 commit
  16. 13 Sep, 2017 2 commits
  17. 02 Sep, 2017 1 commit
  18. 01 Sep, 2017 1 commit
  19. 24 Aug, 2017 2 commits
  20. 23 Aug, 2017 2 commits
  21. 08 Aug, 2017 1 commit
  22. 30 Jul, 2017 2 commits
  23. 25 Jul, 2017 1 commit
  24. 24 Jul, 2017 1 commit
  25. 23 Jul, 2017 1 commit
    • Improve the client configuration for usage in war-file deployments · 2848a637
      Johannes Edmeier authored
      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