From 0c907a6b6445fe7c657805b547029fce6bde076a Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 17 十一月 2021 09:04:21 +0800
Subject: [PATCH] 优化feign 单独测试

---
 service-store/src/main/resources/application-dev.yml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/service-store/src/main/resources/application-dev.yml b/service-store/src/main/resources/application-dev.yml
index 4b10a7bc..cdfa552 100755
--- a/service-store/src/main/resources/application-dev.yml
+++ b/service-store/src/main/resources/application-dev.yml
@@ -24,6 +24,9 @@
   tomcat:
     uri-encoding: UTF-8
 
+java110:
+  community-service: community-service
+
 spring:
   http:
     encoding:

--
Gitblit v1.8.0