1. 06 Nov, 2014 1 commit
  2. 05 Nov, 2014 6 commits
  3. 04 Nov, 2014 1 commit
  4. 03 Nov, 2014 1 commit
  5. 31 Oct, 2014 7 commits
  6. 30 Oct, 2014 5 commits
  7. 28 Oct, 2014 3 commits
  8. 26 Oct, 2014 3 commits
  9. 24 Oct, 2014 1 commit
    • Add eureka peer awareness docs · dd967120
      Dave Syer authored
      It works quite well locally actually. I tested with hostnames
      127.0.0.1 and 127.0.1.1 and 2 servers running on localhost.
      
      See gh-28
  10. 23 Oct, 2014 7 commits
  11. 22 Oct, 2014 3 commits
  12. 21 Oct, 2014 2 commits
    • Tweaks · fa4d9700
      Dave Syer authored
    • Move @Autowired into @Configuration · cf615282
      Dave Syer authored
      I prefer to keep the actual components free of autowiring, so they
      are easier to navigate in an IDE (i.e. you can see how they are
      constructed)