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
29218419
Commit
29218419
authored
Mar 23, 2020
by
qiuweili123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改hbasedemo
parent
0d225da4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
4 deletions
+26
-4
pom.xml
matrix-sample-hbase/matrix-sample-hbase-springboot/pom.xml
+22
-0
SimpleHBase.java
matrix-sample-hbase/matrix-sample-hbase-springboot/src/main/java/com/secoo/mall/hbase/SimpleHBase.java
+3
-3
application.yml
matrix-sample-hbase/matrix-sample-hbase-springboot/src/main/resources/application.yml
+1
-1
No files found.
matrix-sample-hbase/matrix-sample-hbase-springboot/pom.xml
View file @
29218419
...
...
@@ -14,6 +14,28 @@
<dependency>
<groupId>
com.secoo.mall
</groupId>
<artifactId>
matrix-bigdata-hbase-starter
</artifactId>
<exclusions>
<exclusion>
<artifactId>
log4j
</artifactId>
<groupId>
log4j
</groupId>
</exclusion>
<exclusion>
<artifactId>
jackson-core-asl
</artifactId>
<groupId>
org.codehaus.jackson
</groupId>
</exclusion>
<exclusion>
<artifactId>
log4j-api
</artifactId>
<groupId>
org.apache.logging.log4j
</groupId>
</exclusion>
<exclusion>
<artifactId>
log4j-to-slf4j
</artifactId>
<groupId>
org.apache.logging.log4j
</groupId>
</exclusion>
<exclusion>
<artifactId>
slf4j-log4j12
</artifactId>
<groupId>
org.slf4j
</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
com.secoo.mall
</groupId>
...
...
matrix-sample-hbase/matrix-sample-hbase-springboot/src/main/java/com/secoo/mall/hbase/SimpleHBase.java
View file @
29218419
...
...
@@ -88,8 +88,8 @@ public class SimpleHBase implements InitializingBean {
@Override
public
void
afterPropertiesSet
()
throws
Exception
{
//
createTable();
//
put();
get
();
createTable
();
put
();
get
();
}
}
matrix-sample-hbase/matrix-sample-hbase-springboot/src/main/resources/application.yml
View file @
29218419
...
...
@@ -6,4 +6,4 @@ server:
hbase
:
zookeeper
:
quorum
:
1
0.4.3.236:2181,10.4.3.237:2181,10.4.3.235
:2181
quorum
:
1
72.17.105.72
:2181
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