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 服务间调用测试实现

---
 eureka/src/main/resources/application.yml |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/eureka/src/main/resources/application.yml b/eureka/src/main/resources/application.yml
index 0fd1d7d..5b3392b 100644
--- a/eureka/src/main/resources/application.yml
+++ b/eureka/src/main/resources/application.yml
@@ -10,10 +10,6 @@
     serviceUrl:
       defaultZone: http://${eureka.instance.hostname}:${server.port}/eureka/
 
-spring:
-  profiles:
-    active: ha
-
 
 logging:
   file: D:/spring-boot/logs/eureka.log
@@ -21,11 +17,6 @@
     org:
       springframework:
         web: DEBUG
-
-user:
-  userName: wuxw
-  pwd: 123456
-  age: 18
 
 # 鍙傝�冩枃妗o細http://projects.spring.io/spring-cloud/docs/1.0.3/spring-cloud.html#_standalone_mode
 # 鍙傝�冩枃妗o細http://my.oschina.net/buwei/blog/618756
\ No newline at end of file

--
Gitblit v1.8.0