seninel部署
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

README.md 546B

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. ```