mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 08:20:31 +08:00
fix: align bootstrap with production config, disable ZK ribbon
- Restore bootstrap to match production (discovery.enabled=false, consul.host=371bfca4972c43d2aefcf302d0a4a277) - Add spring.cloud.zookeeper.enabled=false to prevent zookeeperRibbonClientConfiguration runtime error (child context) - Remove ConfigurationBasedServerList overrides from app properties (no longer needed with proper config alignment) - Revert PersonFeignClient url hardcode back to placeholder name Bump version to 2.0.16
This commit is contained in:
+1
-2
@@ -16,8 +16,7 @@ import org.springframework.web.bind.annotation.RequestBody;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMethod;
|
||||
|
||||
@FeignClient(name = "ninca-common-component-organization",
|
||||
url = "http://127.0.0.1:33011",
|
||||
@FeignClient(name = "${feign.component-organization.name:ninca-common-component-organization}",
|
||||
path = "/component/person", fallback = PersonFeignClientFallback.class)
|
||||
public interface PersonFeignClient {
|
||||
@RequestMapping(value = {"/add"}, method = {RequestMethod.POST})
|
||||
|
||||
Reference in New Issue
Block a user