cd sidedish/
java -jar demo-0.0.1-SNAPSHOT.jar
sudo apt-get install -y nohup
nohup java -jar demo-0.0.1-SNAPSHOT.jar & >> log.txt
tail -f nohup.out // 로그 마지막줄만 출력
ps -ef | grep java
tail -f nohup.out
~/build/libs/jar파일
FTP ↔ EC2
nohup.out
을 통해서 spring의 로그의 밑부분만 확인할 수 있다.