From 678ebc7cc519bcbe42b30edbc6070381ea1016e9 Mon Sep 17 00:00:00 2001
From: wuxw7 <wuxw7@asiainfo.com>
Date: 星期三, 05 四月 2017 16:16:33 +0800
Subject: [PATCH] spring cloud feign 服务间调用测试实现
---
pom.xml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 16c865f..1ccfc8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,6 +17,8 @@
<module>PayService</module>
<module>eureka</module>
<module>config</module>
+ <module>Wechat</module>
+ <module>feign</module>
</modules>
<parent>
@@ -66,6 +68,11 @@
<artifactId>bean</artifactId>
<version>${microcommunity.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.java110</groupId>
+ <artifactId>feign</artifactId>
+ <version>${microcommunity.version}</version>
+ </dependency>
<!-- logback 鏃ュ織缁勪欢鏀寔 -->
--
Gitblit v1.8.0