houko / SpringBootUnity

rabbitmq、redis、scheduled、socket、mongodb、Swagger2、spring data jpa、Thymeleaf、freemarker etc. (muti module spring boot project) (with spring boot framework,different bussiness scence with different technology。)

Home Page:http://xiaomo1992.github.io/SpringBootUnity/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

修复网络爬虫文件夹没有自动创建的bug

houko opened this issue · comments

爬虫项目启动后会执行以下操作

  1. 占用端口 8080
  2. 自动创建数据库表
  3. 判断d://yys目录是否存在 不存在则会自动创建
  4. 拉取 阴阳师的图片 并保存自本地
  5. 把阴阳师的相关数据插入到数据库

本爬虫项目是一个使用网络爬虫的场景的具体示例,演示了一个具体需求的流程。

image

image

image