Giter Site home page Giter Site logo

chen4432 / novel-plus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 201206030/novel-plus

0.0 1.0 0.0 29.8 MB

小说精品屋-plus致力于打造一个完整的可商用、可学习的小说门户平台,小说精品屋-plus是在小说精品屋的基础上,重新进行了数据库设计、代码重构和功能增强,提升了程序整体的可读性和性能,增加了很多商用特性。官方论坛:http://bbs.java2nb.com/

Home Page: http://www.java2nb.com/

License: Apache License 2.0

Java 97.78% PHP 0.14% CSS 2.01% Vue 0.06% Dockerfile 0.01%

novel-plus's Introduction

index

小说精品屋-plus

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

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

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

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

演示地址

点击前往(前台门户)

前言

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

项目介绍

小说精品屋是一个多平台(web、安卓app、微信小程序)、功能完善的小说弹幕网站,包含精品小说专区、轻小说专区和漫画专区。包括小说/漫画分类、小说/漫画搜索、小说/漫画排行、完本小说/漫画、小说/漫画评分、小说/漫画在线阅读、小说/漫画书架、小说/漫画阅读记录、小说下载、小说弹幕、小说/漫画自动爬取、小说内容自动分享到微博、邮件自动推广、链接自动推送到百度搜索引擎等功能。包含电脑端、移动端、微信小程序等多个平台,现已开源web端、安卓端、小程序端源码。

小说精品屋-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

  1. 购买

img

img

手机站截图

  1. 首页

    index

  2. 小说详情页

    微信图片_20190904181558

  3. 目录页

    QQ图片20191018161901

  4. 小说阅读页

    QQ图片20191018161901

爬虫管理系统截图

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

novel-plus's People

Contributors

phackss avatar x201206030 avatar

Watchers

 avatar

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.