seninel部署
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718
  1. # Sentinel Apache Dubbo Demo
  2. This demo shows how to integrate Apache Dubbo **2.7.x or above version** with Sentinel
  3. using `sentinel-apache-dubbo-adapter` module.
  4. ## Run the demo
  5. For the provider demo `FooProviderBootstrap`, you need to add the following parameters when startup:
  6. ```shell
  7. -Djava.net.preferIPv4Stack=true -Dproject.name=dubbo-provider-demo
  8. ```
  9. For the consumer demo `FooConsumerBootstrap`, you need to add the following parameters when startup:
  10. ```shell
  11. -Djava.net.preferIPv4Stack=true -Dproject.name=dubbo-consumer-demo
  12. ```