Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
geeeeeeeek committed May 17, 2023
1 parent 7fb7899 commit 1a8cccc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 527 deletions.
Binary file added doc/毕设论文-预览.pdf
Binary file not shown.
Binary file removed doc/毕设论文.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
- 前台功能包括:首页、商品详情页、订单、用户中心模块。
- 后台功能包括:总览、订单管理、商品管理、分类管理、标签管理、评论管理、用户管理、运营管理、日志管理、系统信息模块。

### 源码下载
### 适合人群

https://github.com/geeeeeeeek/java_shop
java初级学员、大学生、系统设计人员

### 演示地址

Expand Down
20 changes: 9 additions & 11 deletions server/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,15 @@
### 后端部署流程

1. 配置端口 位于application.yml
2. 配置数据库 位于application.yml
3. 配置location目录 位于application.yml
4. 配置静态目录 位于application.yml
5. 配置uploadPath 位于application.yml
6. 修改logback-spring.xml下的LOG_HOME的value值
7. maven clean -> maven package
8. 将jar包复制到服务器
9. 将upload文件夹复制到服务器
10. 运行启动jar包命令

### 运行命令(或双击start.sh)
2. 配置DB_NAME 位于application.yml
3. 配置BASE_LOCATION 位于application.yml
4. 修改logback-spring.xml下的LOG_HOME的value值
5. maven clean -> maven package
6. 将jar包复制到服务器
7. 将upload文件夹复制到服务器
8. 运行启动jar包命令

### 运行jar命令(或双击start.sh)

title xxxx
java -jar -Xms64m -Xmx128m -XX:MetaspaceSize=64m -XX:MaxMetaspaceSize=64m xxxxx.jar
Expand Down
514 changes: 0 additions & 514 deletions server/java_shop.sql

This file was deleted.

0 comments on commit 1a8cccc

Please sign in to comment.