From 1bed6795e02af783418f834f2cd4f2f0d579403f Mon Sep 17 00:00:00 2001 From: rongzedong Date: Thu, 26 Feb 2026 17:18:51 +0800 Subject: [PATCH] Update compile.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ubuntu18的例子中,jre在编译的时候会报错,应该改为jdk。 --- doc/_content/introduction/compile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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为例: