mirror of
https://github.com/weizhiqiang1995/erp-pro.git
synced 2025-03-05 03:42:58 +08:00
feat: 启动命令修改
This commit is contained in:
parent
7cd7596929
commit
8b98910cb9
1 changed files with 2 additions and 1 deletions
|
@ -31,5 +31,6 @@
|
|||
* :: springboot 2.x
|
||||
* :: Skyeye系列框架,作者:卫志强
|
||||
* :: 作者独家专属,未购买禁止私自使用
|
||||
* nohup java -jar -Dspring.cloud.nacos.discovery.server-addr=localhost:9000 -Dspring.cloud.nacos.config.server-addr=localhost:9000 skyeye-pro/skyeye-web.jar >> /opt/service/project/nohup-pro.out 2>&1 &
|
||||
* 启动:nohup java -jar -Dspring.cloud.nacos.discovery.server-addr=localhost:9000 -Dspring.cloud.nacos.config.server-addr=localhost:9000 skyeye-pro/skyeye-web.jar >> /opt/service/project/nohup-pro.out 2>&1 &
|
||||
* 清空日志:cat /dev/null > xxx-web.out
|
||||
*/
|
Loading…
Reference in a new issue