repo.or.cz
/
smart-dao.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Specify the SPI for HBase DAO
[smart-dao.git]
/
smart-hbase-dao
/
src
/
main
/
java
/
com
/
smartitengineering
/
dao
/
impl
/
hbase
/
App.java
blob
1f49f9149e9a1fe4661cb325b2e4400de30a8384
1
package
com
.
smartitengineering
.
dao
.
impl
.
hbase
;
2
3
/**
4
* Hello world!
5
*
6
*/
7
public class
App
8
{
9
public static void
main
(
String
[]
args
)
10
{
11
System
.
out
.
println
(
"Hello World!"
);
12
}
13
}