Coder Social home page Coder Social logo

uushop's Introduction

uushop

JavaWeb实现的优优图书商城


主要功能介绍:

  • 用户注册、登录、个人信息管理、通过邮件找回密码
  • 图书搜索、购买、在线浏览,购物车管理
  • 后台echart图表显示、源代码在线编辑

主要技术:

  • 数据库 : mysql
  • 后台语言: Java
  • 后台框架: Hibernate Spring JPA Compass
  • 前台插件: jquery kindeditor echart

使用方式:

  • 在eclipse中新建名称为uushop的web project
  • 拷贝src和WebRoot目录下的文件分别覆盖对应的文件夹
  • 在mysql中建立名为uushop的数据库,导入目录下的uushop.sql
  • 修改src/META-INF/persistence.xml中的数据库连接信息
  • 所需要的JAR包在 我的网盘

修改src\com\liaoyu\utils\EmailSender.java文件中的邮件配置信息

return new PasswordAuthentication("[email protected]","test");   //登录用户名/密码
mimeMessage.setFrom(new InternetAddress("[email protected]"));   //发件人邮件

修改src\beans.xml文件中的关于compass搜索缓存目录地址,该文件也在源代码目录下

<prop key="compass.engine.connection">file://d:/compass_index</prop>

下面贴出一些系统截图供参考

1. 注册

image-list

2. 首页

image-list

3. 个人信息

image-list

4. 图书搜索

image-list

5. 图表图示

image-list

6. 源代码编辑

image-list

uushop's People

Contributors

liaoyu avatar

Watchers

James Cloos 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.