From 2e0be2bbebdc5755b7b5f227227cb44f7a8aa3bd Mon Sep 17 00:00:00 2001
From: mxd <838425805@qq.com>
Date: Mon, 13 Apr 2020 08:41:59 +0800
Subject: [PATCH] v0.5.0
---
pom.xml | 2 +-
spider-flow-api/pom.xml | 2 +-
spider-flow-core/pom.xml | 2 +-
spider-flow-web/pom.xml | 26 ++++++++++++++++++-
.../src/main/resources/application.properties | 7 +++--
.../src/main/resources/static/css/editor.css | 2 +-
.../src/main/resources/static/index.html | 2 +-
7 files changed, 35 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index d16b19c..a66042a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.spiderflow
spider-flow
- 0.4.3
+ 0.5.0
pom
spider-flow
https://gitee.com/jmxd/spider-flow
diff --git a/spider-flow-api/pom.xml b/spider-flow-api/pom.xml
index e8fe270..9fcab72 100644
--- a/spider-flow-api/pom.xml
+++ b/spider-flow-api/pom.xml
@@ -4,7 +4,7 @@
org.spiderflow
spider-flow
- 0.4.3
+ 0.5.0
spider-flow-api
spider-flow-api
diff --git a/spider-flow-core/pom.xml b/spider-flow-core/pom.xml
index bd847c7..4bd8a4b 100644
--- a/spider-flow-core/pom.xml
+++ b/spider-flow-core/pom.xml
@@ -4,7 +4,7 @@
org.spiderflow
spider-flow
- 0.4.3
+ 0.5.0
spider-flow-core
spider-flow-core
diff --git a/spider-flow-web/pom.xml b/spider-flow-web/pom.xml
index 45fe0de..da47187 100644
--- a/spider-flow-web/pom.xml
+++ b/spider-flow-web/pom.xml
@@ -4,7 +4,7 @@
org.spiderflow
spider-flow
- 0.4.3
+ 0.5.0
spider-flow-web
spider-flow-web
@@ -17,6 +17,30 @@
org.spiderflow
spider-flow-core
+
+ org.spiderflow
+ spider-flow-redis
+
+
+ org.spiderflow
+ spider-flow-mongodb
+
+
+ org.spiderflow
+ spider-flow-selenium
+
+
+ org.spiderflow
+ spider-flow-ocr
+
+
+ org.spiderflow
+ spider-flow-oss
+
+
+ org.spiderflow
+ spider-flow-mailbox
+
diff --git a/spider-flow-web/src/main/resources/application.properties b/spider-flow-web/src/main/resources/application.properties
index 3ef13c5..6e836f9 100644
--- a/spider-flow-web/src/main/resources/application.properties
+++ b/spider-flow-web/src/main/resources/application.properties
@@ -10,6 +10,11 @@ spider.thread.default=8
spider.job.enable=false
#爬虫任务的工作空间
spider.workspace=/data/spider
+#布隆过滤器默认容量
+spider.bloomfilter.capacity=1000000
+#布隆过滤器默认容错率
+spider.bloomfilter.error-rate=0.0001
+
#死循环检测(节点执行次数超过该值时认为是死循环)默认值为5000
#spider.detect.dead-cycle=5000
@@ -24,8 +29,6 @@ spring.datasource.username=root
spring.datasource.password=123456789
spring.datasource.url=jdbc:mysql://localhost:3306/spiderflow?useSSL=false&useUnicode=true&characterEncoding=UTF8&autoReconnect=true
-spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration,org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
-
#JavaMailSender 邮件发送的配置
spring.mail.protocol=smtp
spring.mail.host=smtp.qq.com
diff --git a/spider-flow-web/src/main/resources/static/css/editor.css b/spider-flow-web/src/main/resources/static/css/editor.css
index ac2fcc7..1f25f4a 100644
--- a/spider-flow-web/src/main/resources/static/css/editor.css
+++ b/spider-flow-web/src/main/resources/static/css/editor.css
@@ -393,7 +393,7 @@ html,body{
left: 50%;
border-width: 8px;
border-style: solid;
- border-color: #eee transparent transparent transparent;
+ border-color: #ccc transparent transparent transparent;
margin-left: -4px;
}
.spiderflow-debug-tooltip::after{
diff --git a/spider-flow-web/src/main/resources/static/index.html b/spider-flow-web/src/main/resources/static/index.html
index 808f09c..c6464d3 100644
--- a/spider-flow-web/src/main/resources/static/index.html
+++ b/spider-flow-web/src/main/resources/static/index.html
@@ -6,7 +6,7 @@
-
+