Giter Site home page Giter Site logo

novel-reader's Introduction

Overview

基于Springboot的英文阅读网,作为学习Springboot的实战的项目

技术栈:

SpringBoot+Mybatis+Thymeleaf+Ehcache+Layui

后端技术栈:

后端主要采用了:

  1. 业务逻辑 Springboot
  2. 持久化层 Mybatis
  3. 模版引擎 Thymeleaf
  4. 缓存 Ehcache
  5. 日志框架 slf4j+logback

前端技术栈:

前端主要采用了:

  1. 模块化框架:Layui
  2. 前端三剑客

相关环境:

  1. jdk 1.8
  2. maven 3.6.3
  3. springboot 2.0.1
  4. MySQL 8.0.19

快速使用:

  1. 数据库安装:

    1. 安装MySQL
    2. 新建数据库
      books:create database books default character set utf8mb4 collate utf8mb4_general_ci 。
    3. 执行sql文件夹中的 books.sql文件。建立数据表
    4. 为了测试,后续我将提供一个开放的阿里云数据库,可通过访问ip:3306端口 books数据库,直接获取测试数据
  2. application.yml 中:

    • 修改配置,使用自己的数据源
  3. 打成jar包 部署到服务器上即可使用

成果展示:

  • 首页: image

  • 主页面: image image

  • 书籍详情页: image

  • 书籍目录页: image

  • 书籍阅读页: image

  • 登陆注册页: image

  • 阅读历史页: image

  • 个人书架页: image

novel-reader's People

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.