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.
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 等
项目开发工具配置:
开发IDE: Eclipse
项目管理: maven
数据库要求: MySQL 8.0
JDK: JDK1.8及以上
MAVEN: apache-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