java110
2021-11-17 0c907a6b6445fe7c657805b547029fce6bde076a
优化feign 单独测试
13个文件已修改
38 ■■■■■ 已修改文件
java110-interface/src/main/java/com/java110/intf/community/IFloorInnerServiceSMO.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
service-acct/src/main/resources/application-dev.yml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
service-api/src/main/resources/application-dev.yml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
service-common/src/main/resources/application-dev.yml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
service-community/src/main/resources/application-dev.yml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
service-dev/src/main/resources/application-dev.yml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
service-fee/src/main/resources/application-dev.yml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
service-job/src/main/resources/application-dev.yml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
service-oa/src/main/resources/application-dev.yml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
service-order/src/main/resources/application-dev.yml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
service-report/src/main/resources/application-dev.yml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
service-store/src/main/resources/application-dev.yml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
service-user/src/main/resources/application-dev.yml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
java110-interface/src/main/java/com/java110/intf/community/IFloorInnerServiceSMO.java
@@ -18,7 +18,7 @@
 * @Version 1.0
 * add by wuxw 2019/4/24
 **/
@FeignClient(name = "community-service", configuration = {FeignConfiguration.class})
@FeignClient(name = "${java110.community-service}", configuration = {FeignConfiguration.class})
@RequestMapping("/floorApi")
public interface IFloorInnerServiceSMO {
service-acct/src/main/resources/application-dev.yml
@@ -24,6 +24,9 @@
  tomcat:
    uri-encoding: UTF-8
java110:
  community-service: community-service
spring:
  http:
    encoding:
service-api/src/main/resources/application-dev.yml
@@ -44,6 +44,9 @@
      min-idle: 0
      timeout: 0
java110:
  community-service: community-service
feign:
  client:
    config:
service-common/src/main/resources/application-dev.yml
@@ -24,6 +24,9 @@
  tomcat:
    uri-encoding: UTF-8
java110:
  community-service: community-service
spring:
  profiles:
    active: share
service-community/src/main/resources/application-dev.yml
@@ -24,6 +24,9 @@
  tomcat:
    uri-encoding: UTF-8
java110:
  community-service: community-service
spring:
  profiles:
    active: share
service-dev/src/main/resources/application-dev.yml
@@ -24,6 +24,9 @@
  tomcat:
    uri-encoding: UTF-8
java110:
  community-service: community-service
spring:
  profiles:
    active: share
service-fee/src/main/resources/application-dev.yml
@@ -24,6 +24,9 @@
  tomcat:
    uri-encoding: UTF-8
java110:
  community-service: community-service
spring:
  profiles:
    active: share
service-job/src/main/resources/application-dev.yml
@@ -24,6 +24,9 @@
  tomcat:
    uri-encoding: UTF-8
java110:
  community-service: community-service
spring:
  http:
    encoding:
service-oa/src/main/resources/application-dev.yml
@@ -24,6 +24,9 @@
  tomcat:
    uri-encoding: UTF-8
java110:
  community-service: community-service
spring:
  profiles:
    active: share
service-order/src/main/resources/application-dev.yml
@@ -24,6 +24,9 @@
  tomcat:
    uri-encoding: UTF-8
java110:
  community-service: community-service
spring:
  http:
    encoding:
service-report/src/main/resources/application-dev.yml
@@ -24,6 +24,9 @@
  tomcat:
    uri-encoding: UTF-8
java110:
  community-service: community-service
spring:
  profiles:
    active: share
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:
service-user/src/main/resources/application-dev.yml
@@ -24,6 +24,9 @@
  tomcat:
    uri-encoding: UTF-8
java110:
  community-service: community-service
spring:
  http:
    encoding: