Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- Eclipse
- MANTIS
- WebView
- javascript
- Bootstrap
- 자바
- Java
- C#
- MSsql
- 자바스크립트
- Apache Lucene
- jsp
- scrollView
- TextBox
- asp.net
- 컬럼명
- Redirect
- 웹 서비스
- decompiler
- html
- varags
- STS
- MS-SQL
- 안드로이드
- 웹뷰
- Web Service
- Android
- Maven
- 이클립스
- SpringSource Tool Suite
Archives
- Today
- Total
목록2018/04 (1)
bboks.net™
Spring Boot 앱 systemctl 등록
Centos 7 기준 (7 미만에서는 다른 방법으로 등록)/etc/systemd/system 으로 이동 [앱이름].service 파일 생성 (예. bboks.service) service 파일 내용[Unit]Description=서비스 명 [Service]User=centosWorkingDirectory=/home/centos/앱 디렉터리ExecStart=/usr/bin/java -Djsse.enableSNIExtension=false -Dspring.profiles.active=production -jar /home/centos/앱 디렉터리/앱.jarSuccessExitStatus=143TimeoutStopSec=10Restart=on-failureRestartSec=5 [Install]WantedBy..
Java
2018. 4. 13. 10:56