更新文档

This commit is contained in:
chendt 2023-12-18 09:36:39 +08:00
parent f8fcad3103
commit 1400cbe50c

View File

@ -7,7 +7,7 @@
0. 将整个项目上传到centos中进入到项目根目录
1. 安装 `docker` (参考《docker centos 安装》)
2. 安装`docker-compose`参考《Docker Compose 安装与卸载》)
3. 安装`open-jdk1.8`参考《centos jdk安装》
3. 安装`open-jdk17`参考《centos jdk安装》
4. 安装`maven`参考《通过yum安装maven》
5. 使用 `mvn clean package -DskipTests` 命令进行打包
6. 使用 `docker-compose up` 启动项目