728x90
java -jar example.jar
java -jar example.jar &
nohup java -jar example.jar &
Spring Boot - jar 실행
1. $ java -jar example.jar- 위와 같이 실행하면 ssh 연결이 끊어질때 프로그램도 같이 종료된다.2. $ j...
blog.naver.com
Spring Boot - jar로 Deploy(배포)하기
Spring Boot를 jar로 배포하면서 생긴 이슈들을 공유하기 위한 글입니다. Apache와 Tomcat 조합에서는 Tomcat에서 정의한 위치에 war를 올려 사용했습니다. 하지만 Spring Boot에서는 기존 방식과 달리 jar파일로..
heowc.tistory.com
728x90
'공부 (@Deprecated)' 카테고리의 다른 글
| [Python] split string to char (0) | 2020.04.26 |
|---|---|
| [Maven] MissingProjectException (0) | 2020.04.26 |
| [Java] Unsupported major.minor version 52.0 (0) | 2020.04.26 |
| [Git] remove cached files (0) | 2020.04.26 |
| [Python] unique list (0) | 2020.04.26 |