mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-22 05:17:49 +08:00
Compare commits
1 Commits
7fe8d45115
...
dc2fbee3a6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc2fbee3a6 |
@ -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为例:
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user