Update compile.md

修复如 https://doc.wvp-pro.cn/#/_content/introduction/compile?id=_54-%e7%94%9f%e6%88%90war 所示的渲染错误
pull/1671/head
Shynur 2024-11-01 09:58:27 +08:00 committed by GitHub
parent 376f14733e
commit bdd17ce48e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ mvn package -P war
```
编译如果报错, 一般都是网络问题, 导致的依赖包下载失败
编译完成后在target目录下出现wvp-pro-***.jar/wvp-pro-***.war
编译完成后在target目录下出现 `wvp-pro-VERSION.jar``wvp-pro-VERSION.war` 文件
接下来[配置服务](./_content/introduction/config.md)