|
@@ -18,7 +18,7 @@ import java.util.List;
|
|
|
* @Version 1.0
|
|
* @Version 1.0
|
|
|
* add by wuxw 2019/4/24
|
|
* add by wuxw 2019/4/24
|
|
|
**/
|
|
**/
|
|
|
-@FeignClient(name = "community-service", configuration = {FeignConfiguration.class})
|
|
|
|
|
|
|
+@FeignClient(name = "${java110.community-service}", configuration = {FeignConfiguration.class})
|
|
|
@RequestMapping("/floorApi")
|
|
@RequestMapping("/floorApi")
|
|
|
public interface IFloorInnerServiceSMO {
|
|
public interface IFloorInnerServiceSMO {
|
|
|
|
|
|