zhegexiaohuozi / SeimiCrawler

一个简单、敏捷、分布式的支持SpringBoot的Java爬虫框架;An agile, distributed crawler framework.
http://seimicrawler.org
Apache License 2.0
1.98k stars 681 forks source link

spring boot SeimiCrawlerBootstrapListener 会执行两次onApplicationEvent #34

Open cookou opened 5 years ago

cookou commented 5 years ago

在spring boot 中,如果开启嵌入式web server, 会有父子两个spring 容器。一个为spring, 一个为spring mvc。这样会导致执行两次onApplicationEvent, 在这种情况下SeimiCrawlerBootstrapListener中的逻辑会出现问题