Commit c836295c by QIANGLU

Merge branch 'master' into dev

parents a4716c6a ab03e128
...@@ -12,7 +12,7 @@ import java.util.List; ...@@ -12,7 +12,7 @@ import java.util.List;
/** /**
* @author qianglu * @author qianglu
*/ */
@Endpoint(id = "matrixlog") //@Endpoint(id = "matrixlog")
public class LogEndpoint { public class LogEndpoint {
@ReadOperation @ReadOperation
......
...@@ -159,6 +159,13 @@ ...@@ -159,6 +159,13 @@
<artifactId>matrix-client-openfeign-starter</artifactId> <artifactId>matrix-client-openfeign-starter</artifactId>
<version>2.0.2.RELEASE</version> <version>2.0.2.RELEASE</version>
</dependency> </dependency>
<!-- bus -->
<dependency>
<groupId>com.secoo.mall</groupId>
<artifactId>matrix-bus-canal-starter</artifactId>
<version>2.0.1.RELEASE</version>
</dependency>
<!--普通jar--> <!--普通jar-->
<dependency> <dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment