更新内容

This commit is contained in:
zhouying 2024-07-24 09:18:11 +08:00
parent 1c99341ce4
commit 2c558f7c45
4 changed files with 9 additions and 0 deletions

3
.vs/ProjectSettings.json Normal file
View File

@ -0,0 +1,3 @@
{
"CurrentProjectSetting": null
}

BIN
.vs/slnx.sqlite Normal file

Binary file not shown.

View File

@ -20,3 +20,9 @@ apt-get update
apt-get upgrade
apt-get install fontconfig
```
使用命令启动jar包
```bash
nohup java -jar jarName-0.0.1-SNAPSHOT.jar >msg.log 2>&1 &
```