-> 加入三天内不满意可以直接自行推出,星球会直接退款给大家。需要发票可以在星球app中直接咨询星球客服获取。
-
-> 星球还提供了包括闭源的全功能试用包, 会随时更新。
-
> 付费社群即可以对作者提供支持,也可以为大家更加快速的解决问题。如果暂时无法加入,给项目点个星也是极大的鼓励。
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为例:
diff --git a/install.sh b/install.sh
index 3d76cf1d7..4f68c9111 100644
--- a/install.sh
+++ b/install.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
WORD_DIR=$(cd $(dirname $0); pwd)
SERVICE_NAME="wvp"
@@ -13,7 +13,7 @@ if [ "$(id -u)" -ne 0 ]; then
echo
fi
-# 当前目录直接搜索(不含子目录)
+# 当前目录直接搜索(不含子目录) bugfix: 这里使用了需要bash才可以支持的内容
jar_files=(*.jar)
if [ ${#jar_files[@]} -eq 0 ]; then
diff --git a/pom.xml b/pom.xml
index 8b072c6e5..7ef99869c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -442,7 +442,7 @@