Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
matrix
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mall
arch
matrix
Commits
c836295c
Commit
c836295c
authored
May 18, 2020
by
QIANGLU
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into dev
parents
a4716c6a
ab03e128
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
LogEndpoint.java
logger-starter/src/main/java/com/secoo/mall/logs/endpoint/LogEndpoint.java
+1
-1
pom.xml
pom.xml
+7
-0
No files found.
logger-starter/src/main/java/com/secoo/mall/logs/endpoint/LogEndpoint.java
View file @
c836295c
...
@@ -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
...
...
pom.xml
View file @
c836295c
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment