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
3ea20a73
Commit
3ea20a73
authored
Jul 23, 2019
by
QIANGLU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update 1.0.4
parent
af308947
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
28 additions
and
26 deletions
+28
-26
README.md
README.md
+2
-0
pom.xml
common-core/pom.xml
+1
-1
pom.xml
common-util/pom.xml
+1
-1
pom.xml
config-starter/pom.xml
+1
-1
pom.xml
dubbo-starter/pom.xml
+1
-1
pom.xml
elasticsearch-starter/pom.xml
+1
-1
pom.xml
mongodb-starter/pom.xml
+1
-1
pom.xml
monitor-starter/pom.xml
+1
-1
pom.xml
mybatis-starter/pom.xml
+1
-1
pom.xml
openfeign-starter/pom.xml
+1
-1
pom.xml
pom.xml
+14
-14
pom.xml
redis-starter/pom.xml
+1
-1
pom.xml
rocketmq-starter/pom.xml
+1
-1
pom.xml
web-starter/pom.xml
+1
-1
No files found.
README.md
View file @
3ea20a73
...
...
@@ -28,6 +28,8 @@
开发版本 1.0.3-DEV-SNAPSHOT
正式版本
1.
0.4.RELEASE
1
\u
pdate spring boot to 2.1.6
1.
0.3.RELEASE
1、增加monitor traceId监控模块
2、增加防灾冗余
...
...
common-core/pom.xml
View file @
3ea20a73
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
matrix
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
common-util/pom.xml
View file @
3ea20a73
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
matrix
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
config-starter/pom.xml
View file @
3ea20a73
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
matrix
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
dubbo-starter/pom.xml
View file @
3ea20a73
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
matrix
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
elasticsearch-starter/pom.xml
View file @
3ea20a73
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
matrix
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
mongodb-starter/pom.xml
View file @
3ea20a73
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
matrix
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
monitor-starter/pom.xml
View file @
3ea20a73
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
matrix
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
mybatis-starter/pom.xml
View file @
3ea20a73
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
matrix
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
openfeign-starter/pom.xml
View file @
3ea20a73
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
matrix
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
pom.xml
View file @
3ea20a73
...
...
@@ -6,7 +6,7 @@
<groupId>
com.secoo.mall
</groupId>
<artifactId>
matrix
</artifactId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
<packaging>
pom
</packaging>
...
...
@@ -28,7 +28,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.1.
4
.RELEASE
</version>
<version>
2.1.
6
.RELEASE
</version>
<relativePath/>
</parent>
...
...
@@ -98,62 +98,62 @@
<dependency>
<groupId>
com.secoo.mall
</groupId>
<artifactId>
monitor-starter
</artifactId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</dependency>
<dependency>
<groupId>
com.secoo.mall
</groupId>
<artifactId>
common-core
</artifactId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</dependency>
<dependency>
<groupId>
com.secoo.mall
</groupId>
<artifactId>
config-starter
</artifactId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</dependency>
<dependency>
<groupId>
com.secoo.mall
</groupId>
<artifactId>
common-util
</artifactId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</dependency>
<dependency>
<groupId>
com.secoo.mall
</groupId>
<artifactId>
redis-starter
</artifactId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</dependency>
<dependency>
<groupId>
com.secoo.mall
</groupId>
<artifactId>
mybatis-starter
</artifactId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</dependency>
<dependency>
<groupId>
com.secoo.mall
</groupId>
<artifactId>
mongodb-starter
</artifactId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</dependency>
<dependency>
<groupId>
com.secoo.mall
</groupId>
<artifactId>
elasticsearch-starter
</artifactId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</dependency>
<dependency>
<groupId>
com.secoo.mall
</groupId>
<artifactId>
dubbo-starter
</artifactId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</dependency>
<dependency>
<groupId>
com.secoo.mall
</groupId>
<artifactId>
web-starter
</artifactId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</dependency>
<dependency>
<groupId>
com.secoo.mall
</groupId>
<artifactId>
rocketmq-starter
</artifactId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</dependency>
<dependency>
<groupId>
com.secoo.mall
</groupId>
<artifactId>
openfeign-starter
</artifactId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</dependency>
<dependency>
...
...
redis-starter/pom.xml
View file @
3ea20a73
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
matrix
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
rocketmq-starter/pom.xml
View file @
3ea20a73
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
matrix
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
web-starter/pom.xml
View file @
3ea20a73
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
matrix
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
4
.RELEASE
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
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