|
@@ -154,6 +154,11 @@ public class RedisLockKey {
|
|
|
*/
|
|
|
public static final String LOCK_DOWNLOAD_SIWEI_HTML = "lock:download:siwei:html";
|
|
|
|
|
|
+ /**
|
|
|
+ * 思维打包下载锁
|
|
|
+ */
|
|
|
+ public static final String LOCK_GET_MATTERPRO_NUM = "lock:get:matterpro:num";
|
|
|
+
|
|
|
public static void main(String[] args) {
|
|
|
FileUtil.copyContent(new File("F:\\test\\test"), new File("F:\\test\\test2"), true);
|
|
|
}
|