You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

121 lines
2.6 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

JAVA_SSM+VUE校园二手物品交易平台(含论文)源码
一、源码描述
JAVA_SSM+VUE校园二手物品交易平台,这是JavaWeb的SSMSpring+SpringMVC+MyBatis),基于maven3构建 包含源码数据库论文等,含MySQL脚本基于B/S和Web开发的感兴趣的朋友可以下载看看
二、功能介绍
前台:
1、前台首页
2、商品信息
3、校园资讯
4、留言反馈
5、个人中心
6、商品购买
7、商品评论
后台:
1、个人中心修改密码
2、用户管理
3、商家管理
4、商品类型管理
5、商品信息管理
6、商品购买管理
7、交流信息管理
8、交流回复管理
三、注意事项
推荐使用:谷歌浏览器
网址http://localhost:8080/ershoushangpinjiaoyi/admin/dist/index.html#/login 后台管理  
      http://localhost:8080/ershoushangpinjiaoyi/front/pages/login/login.html 前台展示
管理员  admin  密码admin     
管理员可查看其他可用于登录人员的账号密码
在/src/main/resources/config.properties中编辑
jdbc_url=jdbc:mysql://127.0.0.1:3306/ershoushangpinjiaoyi?useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false
jdbc_username=root     数据库用户名 root
jdbc_password=123456 用户密码    123456
图片存放路径: src\main\webapp\upload 里面上传图片名里面不能有中文
作者: froor
如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/SSMSecondHandTrade
------------------------------------------------------------------------------------------------
源码服务专家
官网: https://www.51aspx.com
讨论圈: https://club.51aspx.com/
平台声明:
1.51Aspx平台上提供下载的资源为免费、共享、商业三类源码,其中免费和共享源码仅供个人学习和研究使用,商业源码请在相应的授权许可条件下使用;
2.51Aspx平台对提供下载的软件及其它资源不拥有任何权利,其版权归属源码合法拥有者所有;
3.著作权人发现本网站载有侵害其合法权益的内容或作品,请与我们联系( 登录官网与客服反馈或发送邮件到support@51Aspx.com
4.51Aspx平台不保证提供的下载资源的准确性、安全性和完整性;
友情提示:
一般数据库文件默认在 DB_51Aspx 文件夹下
默认账号密码一般均为51Aspx
关于源码使用常见问题及解决方案,请参阅: https://www.51aspx.com/Help