Files
fantaibao-crawler-desktop/README.md

35 lines
525 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# fantaibao-crawler-desktop
饭太煲爬虫桌面程序
## 项目介绍
这是一个基于Spring Boot和JavaFX的Windows桌面应用程序集成了Playwright爬虫功能。
## 功能特性
1. 桌面应用程序界面
2. Playwright网页爬虫功能
3. Cookie拦截和管理
4. 网站登录模拟
## 技术栈
- Spring Boot 3.4
- JavaFX 17
- Playwright 1.40
- Maven 3.x
## 运行方式
```bash
mvn clean spring-boot:run
```
## 打包
```bash
mvn clean package
```
运行打包后的程序需要Java 17+环境。