1
0

fix: 修复访问tushare接口过快

This commit is contained in:
2025-09-08 21:10:21 +08:00
parent f1ab38f871
commit 30225afcba
6 changed files with 71 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
nohup /home/ubuntu/jdk-17.0.16+8/bin/java -jar /home/ubuntu/app/leopard-server-1.0.0.jar --spring.profiles.active=build --spring.web.resources.static-locations=file:/home/ubuntu/app/web --logging.parent=/home/ubuntu/app > /dev/null 2>&1 &