diff --git a/.gitignore b/.gitignore index 885a123..7a648e4 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ build bin target/ +.idea +*.iml diff --git a/pom.xml b/pom.xml index a4a6d50..ad461ba 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,7 @@ spring-platform-starter spring-platform-starter-eureka spring-platform-starter-hystrix + spring-platform-starter-zuul @@ -57,6 +58,11 @@ spring-platform-starter-hystrix 1.0.0.BUILD-SNAPSHOT + + org.springframework.platform + spring-platform-starter-zuul + 1.0.0.BUILD-SNAPSHOT + diff --git a/spring-platform-starter-zuul/pom.xml b/spring-platform-starter-zuul/pom.xml new file mode 100644 index 0000000..e928547 --- /dev/null +++ b/spring-platform-starter-zuul/pom.xml @@ -0,0 +1,56 @@ + + + 4.0.0 + + org.springframework.platform + spring-platform-starters + 1.0.0.BUILD-SNAPSHOT + + spring-platform-starter-zuul + spring-platform-starter-zuul + Spring Platform Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + + + ${basedir}/../.. + + + + org.springframework.platform + spring-platform-starter + + + org.springframework.platform + spring-platform-starter-hystrix + + + org.springframework.platform + spring-platform-netflix-core + + + com.netflix.ribbon + ribbon-core + + + com.netflix.ribbon + ribbon-eureka + + + com.netflix.ribbon + ribbon-httpclient + + + com.netflix.rxjava + rxjava-core + + 0.18.2 + + + com.netflix.zuul + zuul-core + + + diff --git a/spring-platform-starter-zuul/src/main/resources/META-INF/spring.provides b/spring-platform-starter-zuul/src/main/resources/META-INF/spring.provides new file mode 100644 index 0000000..d02ca5d --- /dev/null +++ b/spring-platform-starter-zuul/src/main/resources/META-INF/spring.provides @@ -0,0 +1 @@ +provides: spring-platform-netflix-core, zule-core \ No newline at end of file