Giter Club home page Giter Club logo

agriculturetrade's Introduction

说明

应用技术

1.后台
  Springboot、mysql5.5、tomvat8.02
2.前端
  html/css、js、vue
3.支付
  应用的支付宝支付接口。主要用使用alipay-sdk-java20170324180803.jar。现实基于沙箱环境进行开发,测试

目录结构及各文件夹内容

--root
  --sql 数据库表结构代码
  --src
    --main/java
      --bean 对应数据库实体
      --common 通用的一些方法,配置等
      --controller 控制层,与用户进行交互
      --dao dao层,负责数据库操作
      --service 负责用户查询逻辑处理
      --vo 返回到前端的数据结构
    --main/resources
      --static/css 前端界面的样式设置
      --static/js js逻辑控制
      --static/pic 界面中用到的图片
      --static/view 所有界面

controller 对用的功能

  GoodsController:按种类获取商品,获取所有商品
  SellGoodsController:添加要卖的商品;购买商品;商品购买成功处理;获取购买记录
  StoreController:注册店铺;查看店铺中的所欲商品;按照不同的类别查看商品
  UserController:用户注册;登录;查看用户信息;修改用户信息

系统功能罗列

用户注册
用户登录
用户登出
用户查看个人信息
用户修改个人信息
用户开通店铺
用户上传要售卖的产品
用户购买商品进行支付
用户查看店铺中售卖的所有商品
用户按照不同的类别查看商品
用户取消购买商品
用户查看购买记录
用户查看商品售卖列表
系统按照销量为用户提供活跃产品列表

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.