일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- redis
- Spring
- Oracle
- jsp
- 요리
- laravel
- linux
- MySQL
- elasticsearch
- jenkins
- Spring Boot
- it
- AWS
- Git
- JVM
- java
- ReactJS
- Spring Batch
- Design Patterns
- ubuntu
- Web Server
- tool
- devops
- Gradle
- 맛집
- db
- springboot
- IntelliJ
- javascript
- php
Archives
- Today
- Total
목록2024/11/12 (1)
아무거나
스케쥴러 구현 (@EnableScheduling)
참고소스: https://github.com/bkjeon1614/kotlin-example-code/tree/main/kotlin-jpa-codebase Application.kt 에 설정...import org.springframework.scheduling.annotation.EnableScheduling@EnableScheduling // 추가class TestApplication { ... fun main(...)}AppHealthCheckScheduler.kt 스케쥴러 테스트용 코드 작성 package com.bkjeon.base.v1.schedule import org.apache.http.client.methods.HttpGet import org.apache.http.impl.cl..
Java & Kotlin/Kotlin
2024. 11. 12. 14:36