|
@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestBody;
|
|
|
|
|
|
|
|
import java.util.List;
|
|
import java.util.List;
|
|
|
|
|
|
|
|
-@FeignClient(name = "checklist-service", url = "http://localhost:8084", decode404 = true, configuration = {FeignConfig.class, FeignDateConfig.class})
|
|
|
|
|
|
|
+@FeignClient(name = "checklist-service", url = "${feign.client.checklist.url}", decode404 = true, configuration = {FeignConfig.class, FeignDateConfig.class})
|
|
|
public interface CheckListFeignClient {
|
|
public interface CheckListFeignClient {
|
|
|
|
|
|
|
|
@PostMapping("/api/i18n/sysBaseInfo/searchBaseInfoBySelect")
|
|
@PostMapping("/api/i18n/sysBaseInfo/searchBaseInfoBySelect")
|