Update compile.md

ubuntu18的例子中,jre在编译的时候会报错,应该改为jdk。
This commit is contained in:
rongzedong 2026-02-26 17:18:51 +08:00 committed by GitHub
parent f00ae2b43d
commit 1bed6795e0
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为例 ubuntu环境以ubuntu 18为例
``` bash ``` 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为例 window环境以windows10为例