Merge pull request #2086 from rongzedong/patch-2

Update compile.md ubuntu18的例子中,jre在编译的时候会报错,应该改为jdk。
This commit is contained in:
648540858 2026-03-03 16:11:39 +08:00 committed by GitHub
commit a5674e82cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ WVP-PRO使用Spring boot开发maven管理依赖。对于熟悉spring开发的
ubuntu环境以ubuntu 18为例
``` bash
apt-get install -y openjdk-21-jre git maven nodejs npm
apt-get install -y openjdk-21-jdk git maven nodejs npm
```
window环境以windows10为例