Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
matrix-sample
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mall
arch
matrix-sample
Commits
82a6d39e
Commit
82a6d39e
authored
Mar 17, 2020
by
qiuweili123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加habse-demo
parent
fbddb1f1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
59 additions
and
0 deletions
+59
-0
pom.xml
matrix-sample-hbase/matrix-sample-hbase-biz/pom.xml
+16
-0
pom.xml
matrix-sample-hbase/matrix-sample-hbase-springboot/pom.xml
+21
-0
pom.xml
matrix-sample-hbase/pom.xml
+21
-0
pom.xml
pom.xml
+1
-0
No files found.
matrix-sample-hbase/matrix-sample-hbase-biz/pom.xml
0 → 100644
View file @
82a6d39e
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
matrix-sample-hbase
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.3.2.RELEASE
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
matrix-sample-hbase-biz
</artifactId>
</project>
\ No newline at end of file
matrix-sample-hbase/matrix-sample-hbase-springboot/pom.xml
0 → 100644
View file @
82a6d39e
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
matrix-sample-hbase
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.3.2.RELEASE
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
matrix-sample-hbase-starter
</artifactId>
<dependencies>
<dependency>
<groupId>
com.secoo.mall
</groupId>
<artifactId>
matrix-sample-hbase-starter
</artifactId>
</dependency>
</dependencies>
</project>
\ No newline at end of file
matrix-sample-hbase/pom.xml
0 → 100644
View file @
82a6d39e
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
matrix-sample
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.3.2.RELEASE
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
matrix-sample-hbase
</artifactId>
<packaging>
pom
</packaging>
<modules>
<module>
matrix-sample-hbase-biz
</module>
<module>
matrix-sample-hbase-springboot
</module>
</modules>
</project>
\ No newline at end of file
pom.xml
View file @
82a6d39e
...
...
@@ -7,6 +7,7 @@
<modules>
<module>
matrix-sample-xxl
</module>
<module>
matrix-sample-dubbo
</module>
<module>
matrix-sample-hbase
</module>
</modules>
<parent>
<groupId>
com.secoo.mall
</groupId>
...
...
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