Giter Club home page Giter Club logo

withoutaword / novel-plus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 201206030/novel-plus

0.0 0.0 0.0 30.5 MB

小说精品屋-plus是一个多端(PC、WAP)阅读、功能完善的原创文学CMS系统,包含了作家专区供原创作者上传小说,支持会员充值和订阅模式,提供了爬虫工具定义规则多线程采集任意小说网站数据作为网站测试小说数据,新书自动入库,老书自动更新。

Home Page: http://ruoshu.com/

License: Apache License 2.0

Java 97.81% PHP 0.14% Vue 0.06% Dockerfile 0.01% Less 1.09% SCSS 0.89%

novel-plus's Introduction

index

小说精品屋-plus

新项目:小说精品屋-微服务版

基于小说精品屋-plus构建的Spring Cloud 微服务小说门户平台。

Gitee仓库地址: https://gitee.com/xiongxyang/novel-cloud

GitHub仓库地址: https://github.com/201206030/novel-cloud

示例网站

网站1,点击前往

网站2,点击前往

网站3,点击前往

网站4,点击前往

网站5,点击前往

网站6,点击前往

前言

小说精品屋-plus致力于打造一个完整的商用小说门户平台,使用前建议先阅读此文档。

项目介绍

小说精品屋-plus是在小说精品屋的基础上,去除了漫画和弹幕模块,专注于小说,是一个多端(PC、移动)阅读、功能完善的小说原创/爬虫网站项目,既包含了作家专区供原创作者上传小说,又提供了爬虫工具通过规则多线程全自动采集任意小说网站数据(已兼容99%的小说网站),新书自动入库,老书自动更新。

小说精品屋-plus重新进行了数据库设计、代码重构和功能增强,提升了程序整体的可读性和性能,增加了很多商用特性。主要升级如下:

  • 数据库重新设计,结构调整。
  • 服务端代码重构,MyBatis3升级为MyBatis3DynamicSql。
  • 移动站与PC站站点分离,浏览器自动识别跳转。
  • PC站UI更新。
  • 新闻模块。
  • 排行榜。
  • 小说评论模块。
  • 阅读主题模块。
  • 作家专区。
  • 充值。
  • 订阅。
  • 后台管理系统。
  • 爬虫管理系统。

项目结构

novel-plus -- 父工程
├── novel-common -- 通用模块
├── novel-front -- 前台门户系统
├── novel-crawl -- 爬虫管理系统
└── novel-admin -- 后台管理系统

技术选型

技术 说明
SpringBoot Spring应用快速开发脚手架
MyBatis 持久层ORM框架
MyBatis Dynamic SQL Mybatis动态sql
PageHelper MyBatis分页插件
MyBatisGenerator 持久层代码生成插件
Sharding-Jdbc 代码层分库分表中间件
JJWT JWT登录支持
SpringSecurity 安全框架
Shiro 安全框架
Ehcache Java进程内缓存框架(默认缓存)
Redis 分布式缓存(缓存替换方案,默认关闭,一行配置开启)
ElasticSearch 搜索引擎(搜索增强方案,默认关闭,一行配置开启)
RabbitMq 消息队列(流量削峰,默认关闭,一行配置开启)
OSS 阿里云对象存储服务(图片存储方式之一,一行配置即可切换)
FastDfs 开源轻量级分布式文件系统(图片存储方式之一,一行配置即可切换)
Redisson 实现分布式锁
Lombok 简化对象封装工具
Docker 应用容器引擎
Mysql 数据库服务
Thymeleaf 模板引擎
Layui 前端UI

PC站截图

  1. 首页

img

  1. 分类索引页

img

  1. 搜索页

img

img

  1. 排行榜

img

  1. 详情页

img

  1. 阅读页

img

  1. 用户中心

img

  1. 充值

img

img

  1. 作家专区

img

img

img

img

  1. 购买

img

img

手机站截图

  1. 首页

    index

  2. 小说详情页

    微信图片_20190904181558

  3. 目录页

    QQ图片20191018161901

  4. 小说阅读页

    QQ图片20191018161901

爬虫管理系统截图

img

img

后台管理系统截图

img

img

安装步骤

数据库安装:
  1. 安装MySQL软件。
  2. 修改MySQLmax_allowed_packet 配置(建议100M)。
  3. 新建数据库,设置编码为utf8mb4。
  4. 执行sql/novel_plus.sql脚本文件。
爬虫管理系统安装:
  1. 修改novel-common模块下application-dev.yml文件中的数据库的配置。
  2. 修改novel-crawl模块下application.yml文件中的管理员账号密码。
  3. 启动程序,打开浏览器,默认8081端口访问。
  4. 选择已有或新增爬虫源(支持自定义爬虫规则),点击开启按钮,开始爬取小说数据。
前台小说门户安装:
  1. 修改novel-common模块下application-dev.yml文件中的数据库的配置。
  2. 启动程序,打开浏览器,默认8080端口访问。

喜欢此项目的可以给我的GitHub和Gitee加个Star支持一下 。

其他安装教程

包安装教程:点击前往

宝塔安装教程(非官方):点击前往

docker安装教程:点击前往

代码仓库

Gitee仓库地址: https://gitee.com/xiongxyang/novel-plus

GitHub仓库地址: https://github.com/201206030/novel-plus

QQ交流群

mini-code

赞赏支持

开源项目不易,若此项目能得到你的青睐,那么你可以赞赏支持作者持续开发与维护。

  • 服务器的费用也是一笔开销
  • 为用户提供更好的开发环境
  • 一杯咖啡

mini-code

免责声明

本项目提供的爬虫工具仅用于采集项目初期的测试数据,请勿用于商业盈利。 用户使用本系统从事任何违法违规的事情,一切后果由用户自行承担,作者不承担任何责任。

备注

精品小说屋所有相关项目均已在开源**公开,感兴趣的可进入开源**按关键字精品小说屋搜索。

index

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.