GithubHelp home page GithubHelp logo

quietblade / bookstore Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 1.0 77.37 MB

黑马程序员的JavaWeb程序设计任务教程 实训书城 前后端分离 SpringBoot重构

Java 41.40% HTML 41.86% CSS 16.74%

bookstore's Introduction

Java web程序设计

[TOC]

BookStore在线书城系统,采用 Spring boot + Sqlite设计

目前进度如下:

用户管理系统

  • 用户管理系统UI
  • 用户名/邮箱登录
  • 用户注册
  • 邮箱验证
  • 用户修改密码
  • 用户修改用户信息
  • 用户忘记密码
  • 登录记住密码

公告管理系统

  • 公告系统UI
  • 查询公告
  • 添加公告
  • 富文本编辑器
  • 删除公告
  • 修改公告

图书管理系统

  • 图书管理系统UI
  • 查询图书
  • 添加图书
  • 图片上传(multipart)
  • 删除图书

购物车管理系统

  • 添加图书到购物车
  • 查询购物车
  • 从购物车删除图书
  • 从购物车修改图书

订单管理系统

  • 订单管理系统UI
  • 订单查询
  • 订单生成
  • 取消订单
  • 订单结束
如何使用
  • Clone 项目

    git clone http://cloud.yuanzhangzcc.com:3000/world/java-web

  • 导入项目

    打开 idea,然后 打开项目 - 选择项目中的 demo01 文件夹

  • 下载springboot包

    Idea 中执行 maven install 会自动下载jar包,遇到错误请设置maven代理 阿里云仓库

    <mirror>
        <id>aliyunmaven</id>
        <mirrorOf>*</mirrorOf>
        <name>阿里云公共仓库</name>
        <url>https://maven.aliyun.com/repository/public</url>
    </mirror>

    如使用idea中的maven,配置文件在 IntelliJ IDEA安装目录下\plugins\maven\lib\maven3\conf\settings.xml

  • 运行项目 enjoy !

bookstore's People

Contributors

quietblade avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

kennycaiguo

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.