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.
 
 
 
hy 79d490d079
readme
5 years ago
mall 成员集成 5 years ago
tmall 成员集成 5 years ago
README.txt readme 5 years ago
tmall.sql 成员集成 5 years ago

README.txt

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.

项目名称基于SpringBoot的电商系统

项目技术栈:
SpringBoot + Spring(AOP) + MyBatis(MBG) + JSP(jquery ajax) + Bootstrap 等

项目开发工具配置:
开发IDEEclipse
项目管理maven
数据库要求MySQL 8.0
JDKJDK1.8及以上
MAVENapache-mave-3.6.1

项目特点:
本项目涵盖商品管理、商品查看、购买、购物车、下单、支付、发货、评价全流程业务逻辑,页面设计精美。

在Windows系统下部署maven环境
1.前往maven官网下载maven安装包
2.解压maven安装包至本地硬盘
3.右键点击“计算机”,选择“属性”,之后点击“高级系统设置”,点击“环境变量”,来设置环境变量
4.系统变量新建配置MAVEN_HOME  变量值为解压路径例如配置为D:\apache-maven-3.6.0
5.在系统变量Path中添加变量值;%MAVEN_HOME%\bin
6.用win键+R来打开命令行提示符窗口即Dos界面输入mvn -version来查看是否配置成功若出现对应版本号则表明配置成功

在Eclipse中运行maven项目
maven项目中pom.xml文件鼠标右键 > Run As  > 2 Maven build… —> Goals后面的输入框中输入命令(去掉mvn) > Run