daily task

// Start the boot project

nohup java -jar management_side-0.0.1-SNAPSHOT.jar &

//View the implementation log

tail -f nohup.out

//Bale

mvn -f pom.xml clean package -DskipTests

//View port
ps -ef | grep java  
view all processes and ports

//netstat -lntp

 

linux copy files from one server to another server

scp -r /home/test1 [email protected]:/home/test2
 

Cb102938!@#A

nohup java -jar management_side-0.0.1-SNAPSHOT.jar &

nohup java -jar pharmaceutical_factory-0.0.1-SNAPSHOT.jar &

nohup java -jar department_side-0.0.1-SNAPSHOT.jar &
————————————————
Copyright statement: This article is the original article of the CSDN blogger "Chen Hao Little Cute", following CC 4.0 BY-SA copyright agreement, please attach the original source link and this statement for reprinting.
Original link: https://blog.csdn.net/qq_29257691/article/details/101012946

Guess you like

Origin blog.csdn.net/ccpit2b2c/article/details/102719785