Compare commits

..

1 Commits

Author SHA1 Message Date
山海守门人
dc2fbee3a6
Pre Merge pull request !45 from 山海守门人/dev260107_2 2026-03-02 01:42:51 +00:00
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,4 +1,4 @@
#! /bin/bash
#! /bin/sh
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

View File

@ -441,7 +441,7 @@
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.38</version>
<version>1.18.30</version>
</path>
</annotationProcessorPaths>
</configuration>