본문 바로가기

북마크493

[Spring Boot] @Scheduled을 이용해 일정 시간 마다 코드 실행하기 https://dev-coco.tistory.com/176 [Spring Boot] @Scheduled을 이용해 일정 시간 마다 코드 실행하기@Scheduled Spring Boot에서 @Scheduled 어노테이션을 사용하면 일정한 시간 간격으로, 혹은 특정 시간에 코드가 실행되도록 설정할 수 있다. 주기적으로 실행해야 하는 작업이 있을 때 적용해 쉽게 사용dev-coco.tistory.com 2024. 7. 20.
[Scheduler] 스케줄러 사용하기 (feat. 쓰레드, 쓰레드풀) https://why-dev.tistory.com/363 [Scheduler] 스케줄러 사용하기 (feat. 쓰레드, 쓰레드풀) | Scheduler - 스프링에서 일정 주기마다 특정 작업을 수행할 수 있도록 하는 기능 - 주기 설정 fixedDelay 작업 완료시점을 기준으로 일정시간 지연 후 반복 fixedRate 작업 시작지점을 기준으로 일정시 why-dev.tistory.com 2024. 4. 14.
Install and Run Jenkins With Docker Compose https://1minute-before6pm.tistory.com/49 Install and Run Jenkins With Docker Compose Jenkins로 배우는 CI/CD 파이프라인 구축 1. Install and Run Jenkins With Docker Compose 2. Jenkins Pipeline 개념 및 예제 3. Github WebHooks 연동하여 Jenkins 빌드 자동화 4. Jenkins Multibranch Pipeline: 효과적인 브랜치 관리 1minute-before6pm.tistory.com 2024. 3. 31.
Docker 의 timezone과 java application(Spring boot)의 timezone을 맞추자! https://hyeonyeee.tistory.com/56 Docker 의 timezone과 java application(Spring boot)의 timezone을 맞추자! Docker의 timezone 과 java application 의 timezone의 sync를 맞추자! 혹은.. 서버의 timezone과 java application의 sync... docker의 timezone을 설정하고, spring boot인 application 을 띄웠는데.. 다음과 같이 localtime을 지정해 hyeonyeee.tistory.com 2024. 3. 31.
[Java] Checked Exception vs Unchecked Exception 정리 https://devlog-wjdrbs96.tistory.com/351 [Java] Checked Exception vs Unchecked Exception 정리 체크 예외와 언체크 예외(Checked, Unchecked Exception) 자바의 예외는 크게 3가지로 나눌 수 있습니다. 체크 예외(Checked Exception) 에러(Error) 언체크 예외(Unchecked Exception) 자바에서 에러, 예외 관련된 클래 devlog-wjdrbs96.tistory.com 2024. 3. 1.
728x90