|
@ -10,7 +10,7 @@
|
|
</parent>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
<artifactId>demo-eureka</artifactId>
|
|
|
|
|
|
<artifactId>demo-admin-server</artifactId>
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
@ -28,6 +28,10 @@
|
|
<artifactId>admin-server-starter</artifactId>
|
|
<artifactId>admin-server-starter</artifactId>
|
|
<version>1.2.0</version>
|
|
<version>1.2.0</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-starter-netflix-eureka-server</artifactId>
|
|
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|