Commit 7220147feb93c717e33f4f55dc2cd46c6f507032

Authored by 杨鸣坤
1 parent 89e15ab6

去除target

1   -spring:
2   - application:
3   - name: iot-scheduler
4   - main:
5   - banner-mode: off
6   -
7   -server:
8   - port: 8080
9   -
10   -logging:
11   - level:
12   - root: INFO
13   - com.iot.scheduler: DEBUG
14   -
15   -# Scheduler Configuration (Cron Expressions)
16   -# Format: sec min hour day month day-of-week
17   -scheduler:
18   - huaining:
19   - pull: "0 0/5 * * * ?" # Every 5 minutes
20   - push: "0 0/10 * * * ?" # Every 10 minutes
21   - chizhou:
22   - pull: "0 0/5 * * * ?"
23   - push: "0 0/10 * * * ?"
24   - panji:
25   - pull: "0 0/5 * * * ?"
26   - push: "0 0/10 * * * ?"
No preview for this file type
No preview for this file type
1   -artifactId=iot-scheduler
2   -groupId=com.iot
3   -version=0.0.1-SNAPSHOT
1   -com\iot\scheduler\config\SchedulerConfig.class
2   -com\iot\scheduler\zone\HuainingZoneScheduler.class
3   -com\iot\scheduler\task\AbstractZoneScheduler.class
4   -com\iot\scheduler\zone\ChizhouZoneScheduler.class
5   -com\iot\scheduler\zone\PanjiZoneScheduler.class
6   -com\iot\scheduler\IotSchedulerApplication.class
7   -com\iot\scheduler\controller\HealthController.class
1   -E:\Project\iot-scheduler\src\main\java\com\iot\scheduler\zone\HuainingZoneScheduler.java
2   -E:\Project\iot-scheduler\src\main\java\com\iot\scheduler\zone\PanjiZoneScheduler.java
3   -E:\Project\iot-scheduler\src\main\java\com\iot\scheduler\controller\HealthController.java
4   -E:\Project\iot-scheduler\src\main\java\com\iot\scheduler\IotSchedulerApplication.java
5   -E:\Project\iot-scheduler\src\main\java\com\iot\scheduler\task\AbstractZoneScheduler.java
6   -E:\Project\iot-scheduler\src\main\java\com\iot\scheduler\config\SchedulerConfig.java
7   -E:\Project\iot-scheduler\src\main\java\com\iot\scheduler\zone\ChizhouZoneScheduler.java