diff --git a/doc/_content/introduction/compile.md b/doc/_content/introduction/compile.md index 3665e4f11..046a519fd 100644 --- a/doc/_content/introduction/compile.md +++ b/doc/_content/introduction/compile.md @@ -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为例: