Add EurekaServer support

This commit is contained in:
Dave Syer
2014-09-04 10:46:37 +01:00
parent 02c5670dda
commit 89a5612f9f
5 changed files with 124 additions and 0 deletions

View File

@@ -42,6 +42,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-cli</artifactId>
<version>${spring-boot.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix-eureka-server</artifactId>
<scope>provided</scope>
</dependency>
<dependency>