feat: [java]-[mvn]-更新说明文件中的部署说明

This commit is contained in:
chandler 2025-05-01 12:51:49 +08:00
parent 6efd0b59e6
commit 8cfb5a2f82
2 changed files with 12 additions and 1 deletions

View File

@ -81,7 +81,18 @@ swagger地址http://localhost:9201/swagger-ui/index.html
使用maven插件打包
![img.png](images/md/img_202505011209.png)
- 先 clean
- 在 install
或者进入到项目根目录使用命令打包
``` shell
cd wechat-ferry-mvn
mvn clean
mvn install
```
打包后的文件在target/wechat-ferry-mvn-0.0.1-SNAPSHOT.jar