# JavaSpiderDemo **Repository Path**: HDMBS/JavaSpiderDemo ## Basic Information - **Project Name**: JavaSpiderDemo - **Description**: Java爬虫实现,SpringBoot + HttpClient+Jsoup 爬虫Demo,满屏注释,适合入门 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: Spider_V1.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 21 - **Forks**: 13 - **Created**: 2017-11-18 - **Last Updated**: 2024-11-12 ## Categories & Tags **Categories**: spider **Tags**: None ## README # JavaSpider 简介 #### 这是一个 HDMBS 基于SpringBoot 实践的一个 Java爬虫 Demo 爬取中华新闻网的 历史上的今天页面,开发过程中给我的技术带来了少许精进,也希望能给大家带来帮助!!!
## 主要技术栈 : -

Spring-boot-2.0(Scheduled定时爬取) -

Spring-boot-tomcat -

commons-email(发送邮件) -

httpclient(http请求) -

jsoup(解析html页面) -

commons-io(写文件) #### 运行须知 : 修改有 TODO 标注的代码, 修改为自己的配置方可运行