Commit ce02b7cd by shenjinzhu

gx

parent 48ddf147
...@@ -113,7 +113,7 @@ public class MongoForChenDong { ...@@ -113,7 +113,7 @@ public class MongoForChenDong {
public void remove() { public void remove() {
DB db = mongoClient.getDB(Config.getVal("dbName")); DB db = mongoClient.getDB(Config.getVal("dbName"));
DBCollection dbCollection = db.getCollection("RawUrl"); DBCollection dbCollection = db.getCollection("Result");
dbCollection.drop(); dbCollection.drop();
} }
......
#Generated by Maven #Generated by Maven
#Wed Dec 20 14:10:22 CST 2017 #Wed Dec 20 14:29:03 CST 2017
version=3.0.1-SNAPSHOT version=3.0.1-SNAPSHOT
groupId=com.zhiwei groupId=com.zhiwei
artifactId=change4weixin artifactId=change4weixin
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment