// @Scheduled(cron = "0 0/3 * * * ?") // 3분마다 실행 @Scheduled(cron = "0 0 0/2 * * ?") // 매시간 정각마다 실행 |
||
|---|---|---|
| .claude | ||
| DATABASE | ||
| src/main | ||
| .codetogether.ignore | ||
| .gitignore | ||
| pom.xml | ||
// @Scheduled(cron = "0 0/3 * * * ?") // 3분마다 실행 @Scheduled(cron = "0 0 0/2 * * ?") // 매시간 정각마다 실행 |
||
|---|---|---|
| .claude | ||
| DATABASE | ||
| src/main | ||
| .codetogether.ignore | ||
| .gitignore | ||
| pom.xml | ||