更新笔记

This commit is contained in:
xiongraorao
2018-08-24 14:37:08 +08:00
parent 277362a6a1
commit 667f850743
6 changed files with 77 additions and 0 deletions

View File

@ -40,6 +40,9 @@ dependencies {
// https://mvnrepository.com/artifact/org.apache.hbase/hbase-client
compile group: 'org.apache.hbase', name: 'hbase-client', version: '1.2.6'
// https://mvnrepository.com/artifact/mysql/mysql-connector-java
compile group: 'mysql', name: 'mysql-connector-java', version: '5.1.46'
}
jar {