first commit

This commit is contained in:
2024-04-19 10:39:18 +08:00
commit e7e60bcdba
11 changed files with 53 additions and 0 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
echo "start nats-server"
/usr/bin/nats-server -p 6000 -a 127.0.0.1 &
echo "start scheduler"
/yuzhen_iot/service_manage/manage/app/scheduler
echo "yuzhen exit!"