|
@@ -11,17 +11,16 @@
|
|
|
<name>organization Maven Webapp</name>
|
|
<name>organization Maven Webapp</name>
|
|
|
<url>http://maven.apache.org</url>
|
|
<url>http://maven.apache.org</url>
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
|
+ <artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
<artifactId>spring-cloud-openfeign-core</artifactId>
|
|
<artifactId>spring-cloud-openfeign-core</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
-<!-- <dependency>-->
|
|
|
|
|
-<!-- <groupId>org.springframework.cloud</groupId>-->
|
|
|
|
|
-<!-- <artifactId>spring-cloud-context</artifactId>-->
|
|
|
|
|
-<!-- <version>${openfeign.version}</version>-->
|
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.jzg</groupId>
|
|
<groupId>com.jzg</groupId>
|
|
|
<artifactId>openfeign</artifactId>
|
|
<artifactId>openfeign</artifactId>
|