Browse Source

jar包补全

chenw 6 years ago
parent
commit
7aebb21119
1 changed files with 2 additions and 0 deletions
  1. 2 0
      build.gradle

+ 2 - 0
build.gradle

@@ -61,6 +61,8 @@ dependencies {
     compile "com.h2database:h2"
     compile "com.alibaba:fastjson:$fastjsonVersion"
     compile "com.uas.api:b2c-erp-api:$mallApiVersion"
+    compile "org.projectlombok:lombok:1.18.4"
+    compile "commons-io:commons-io:2.6"
 }
 
 bootRun {