# rssboot **Repository Path**: r0ad/rssboot ## Basic Information - **Project Name**: rssboot - **Description**: 使用Springboot开发的RSS阅读器 - **Primary Language**: Java - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2023-02-16 - **Last Updated**: 2025-02-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RSS Boot,web端的订阅助手 使用 Spring boot+Vue3 实现的RSS协议订阅信息查看和跟踪提醒功能。 ## 主要功能 RSS(Really Simple Syndication)是一种描述和同步网站内容的格式,是使用最广泛的XML应用。 - RSS订阅信息的查看 - RSS订阅邮件订阅(todo) - RSS订阅的导入导出(todo) - RSS订阅的编辑 ## 功能截图 - 订阅列表 ![](./doc/img/1.png) - 订阅详情 ![](./doc/img/2.png) - 订阅信息列表 ![](./doc/img/3.png) - 订阅编辑 ![](./doc/img/4.png) ## 使用到的工具(或开源项目) | 名称 | 说明 | |------------------|----------------------------------------------------------------------------| | Vue3 | https://cn.vuejs.org/ | | Spring Boot | 基于Spring Boot2开发,兼容性良好 | | Idea 社区版 | 用于后台开发,下载地址 https://www.jetbrains.com/zh-cn/idea/download/#section=windows | | Vs Code | 用于前端开发,下载地址 https://code.visualstudio.com/ | | Element Plus 组件库 | https://element-plus.gitee.io/zh-CN/ | | camel-rss | 用于解析rss、atom协议的工具库 | | PDManer | 用于数据库设计,文档 https://gitee.com/robergroup/pdmaner | ## 开源协议 自由使用,修改开源! GPL2.0