提交 c703168e 编写于 作者: 武汉红喜's avatar 武汉红喜

transport http

上级 f69a6ce8
dubbo sentinel demo 见 whatsmars-dubbo-provider-boot dubbo sentinel demo 见 whatsmars-dubbo-provider-boot
\ No newline at end of file
`http://localhost:8719/getRules?type=flow`
`http://localhost:8719/getRules?type=degrade`
`http://localhost:8719/getRules?type=system`
...@@ -26,6 +26,10 @@ ...@@ -26,6 +26,10 @@
<groupId>com.alibaba.csp</groupId> <groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-core</artifactId> <artifactId>sentinel-core</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-transport-simple-http</artifactId>
</dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
...@@ -16,10 +16,6 @@ ...@@ -16,10 +16,6 @@
<groupId>com.alibaba.csp</groupId> <groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-datasource-extension</artifactId> <artifactId>sentinel-datasource-extension</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-transport-simple-http</artifactId>
</dependency>
<dependency> <dependency>
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId> <artifactId>fastjson</artifactId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册