Compare commits
1 Commits
master
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
|
6533f763fd |
39
README.md
39
README.md
@ -1,39 +0,0 @@
|
|||||||
<p align=center>
|
|
||||||
EBuy 是一个网上商城项目
|
|
||||||
</p>
|
|
||||||
|
|
||||||
## 项目选型
|
|
||||||
|
|
||||||
采用SpringBoot + Beetl2
|
|
||||||
|
|
||||||
|
|
||||||
## 网站功能
|
|
||||||
|
|
||||||
- 采用了时下流行的SpringBoot + Beetl2技术。
|
|
||||||
- MySQL,严格的数据库规范设计。
|
|
||||||
|
|
||||||
## 环境依赖
|
|
||||||
|
|
||||||
| 环境依赖 | 说明描述 |
|
|
||||||
| ------------------------ | ----------------------------- |
|
|
||||||
| 软件基础环境 | 服务器(例:1 vCPU 2 GiB 1Mbps)+域名(例:kiwipeach.cn) ,注意这里的域名需要备案才能够访问喔|
|
|
||||||
| 数据库 | MySQL |
|
|
||||||
| JDK | 推荐使用jdk1.8及1.8以上的版本 |
|
|
||||||
| node | 前端需要使用node环境启动前端服务,其中请求转发可以使用前端提供转发工具,当然也可以使用nginx,看具体部署条件。 |
|
|
||||||
|
|
||||||
## 主要功能预览
|
|
||||||
### 一、注册
|
|
||||||
![image](https://github.com/PhyQxx/ebuy/assets/43107458/8e64b5ef-8ba6-4864-9e51-d40ca8115bd5)
|
|
||||||
|
|
||||||
### 二、登录
|
|
||||||
![image](https://github.com/PhyQxx/ebuy/assets/43107458/75335e29-cfbd-46d1-ad84-fc49f4239f19)
|
|
||||||
|
|
||||||
### 三、首页
|
|
||||||
![image](https://github.com/PhyQxx/ebuy/assets/43107458/ee16a11a-f6bb-4946-ae82-2165c54bad1a)
|
|
||||||
|
|
||||||
### 四、账户管理
|
|
||||||
![image](https://github.com/PhyQxx/ebuy/assets/43107458/870f2e21-a068-4ea0-945b-24421a624ca2)
|
|
||||||
|
|
||||||
### 五、购物车
|
|
||||||
![image](https://github.com/PhyQxx/ebuy/assets/43107458/0f8b7cd7-34b7-498b-8810-31e9a436ee13)
|
|
||||||
|
|
2
pom.xml
2
pom.xml
@ -49,7 +49,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.ibeetl</groupId>
|
<groupId>com.ibeetl</groupId>
|
||||||
<artifactId>beetl</artifactId>
|
<artifactId>beetl</artifactId>
|
||||||
<version>2.8.5</version>
|
<version>3.15.13.RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!--lombok插件是为了方便实体类bean快速生成get set方法,从而不用手动添加
|
<!--lombok插件是为了方便实体类bean快速生成get set方法,从而不用手动添加
|
||||||
该插件可以在idea的file–>plugins–>搜索框搜索安装-->
|
该插件可以在idea的file–>plugins–>搜索框搜索安装-->
|
||||||
|
Loading…
Reference in New Issue
Block a user