Notice
Link
- Today
- Total
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- group by
- sql exception
- mybatis exception
- springboot 재가동
- reactnative
- 터치좌표 view
- 피쉬랜드
- 시간대별 통계
- kill -9
- c언어
- view 획득
- ffmpeg
- MFC
- CSS
- CentOS
- springboot
- MariaDB
- rn
- 시간대 테이블생성
- vc++
- 코드로 서버 재실행
- 파티션 빠른 삭제
- 가변영역 스크롤
- 스크롤적용
- MySQL
- pid 찾아 kill
- SQL
- 말줌임 CSS
- Back 키 클릭 감지
- Activity 전체화면
Archives
목록springboot 재가동 (1)
개발은 하는건가..
[Springboot] 서버 재가동 RestAPI 코드 작성
Springboot 서버 동작 환경을 DB 에 설정된 값을 반영하여 다시 실행해야 하는 경우가 필요할 때가 있는데 간단하게 구현하는 방법을 찾았다. 원문 사이트 : https://www.baeldung.com/java-restart-spring-boot-app Programmatically Restarting a Spring Boot Application | Baeldung Learn a few ways to restart a Spring Boot application with Java www.baeldung.com 1. Springboot Application 클래스에 아래와 같이 restart() 함수를 작성한다. @SpringBootApplication @MapperScan(basePackages ..
SpringBoot , Thymeleaf
2023. 8. 25. 11:14