Commit Graph

9 Commits

Author SHA1 Message Date
Dave Syer
1cea38f312 Fix comment pre-amble in README 2014-09-29 14:46:59 +01:00
Dave Syer
563df2a975 Move README to src/main/asciidoc 2014-09-29 14:12:56 +01:00
Dave Syer
edc8fffe5e Move adoc to asciidoc 2014-09-29 12:09:19 +01:00
Dave Syer
21eb52fa27 Ensure server port is registered late enough with Eureka server
Because we were using Lifecycle to kick off the eureka registration the
local server port wasn't available yet. The change is to use an
ApplicationListener and listen for the event that contains the container
with its port instead.

Fixes gh-15
2014-09-29 10:52:37 +01:00
Spencer Gibb
998b7dc784 move netflix code from sandbox 2014-07-11 15:53:27 -06:00
Dave Syer
d454e42ac9 Add enabled flag 2014-07-11 17:25:43 +01:00
Dave Syer
800acce4bd Add @Conditionals to EurekaClientAutoConfiguration 2014-07-11 17:04:15 +01:00
Dave Syer
8b199c5c73 Use Environment for defaulting app name and port 2014-07-11 16:59:32 +01:00
Dave Syer
5ee8c8c846 Initial version with client autoconfig 2014-07-11 16:46:38 +01:00