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:
反编译工作区
2026-05-05 18:39:49 +08:00
parent 7d52fd5d0b
commit d838dd0897
43 changed files with 2459 additions and 9 deletions
@@ -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