wuxw
2022-11-01 c6306773bc892ca219e6a783bfd36c7de4d638fe
java110-interface/src/main/java/com/java110/intf/common/IFileInnerServiceSMO.java
@@ -12,7 +12,7 @@
/**
 * 文件处理,将文件 存在数据库中(只有演示环境可以保存到数据库中,正式环境 应该对接到文件系统)
 */
@FeignClient(name = "common-service", configuration = {FeignConfiguration.class})
@FeignClient(name = "${java110.common-service}", configuration = {FeignConfiguration.class})
@RequestMapping("/fileApi")
public interface IFileInnerServiceSMO {