vert.x升级到4.4.1

This commit is contained in:
qaiu
2023-04-22 11:34:05 +08:00
parent e36e644394
commit 5d366f43ae
10 changed files with 79 additions and 48 deletions

10
bin/service-install.sh Normal file
View File

@@ -0,0 +1,10 @@
cp ./lz-api.service /etc/systemd/system/
# 重新加载 systemd
systemctl daemon-reload
# 运行服务
systemctl start lz-api
# 在系统启动时启动服务
systemctl enable lz-api