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:
@@ -13,6 +13,7 @@ spring.cloud.consul.discovery.instance-id=${spring.application.name}-${spring.cl
|
||||
spring.cloud.consul.discovery.ip-address=${spring.cloud.client.ipAddress}
|
||||
spring.cloud.consul.discovery.deregister=false
|
||||
# zookeeper\u914D\u7F6E
|
||||
spring.cloud.zookeeper.enabled=false
|
||||
dubbo.registry.address=zookeeper://10.0.22.207:2181
|
||||
dubbo.protocol.port=16107
|
||||
dubbo.provider.version=1.0
|
||||
|
||||
Reference in New Issue
Block a user