You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
274 B
Java
17 lines
274 B
Java
|
2 years ago
|
package com.rehome.mqttclienttemperature.service;
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
import org.springframework.stereotype.Component;
|
||
|
|
|
||
|
|
|
||
|
|
/**
|
||
|
|
* @author huangwenfei
|
||
|
|
* @version v1.0.0.0
|
||
|
|
* Created DateTime 2021-04-26 14:35
|
||
|
|
* @description: 定时任务服务
|
||
|
|
*/
|
||
|
|
@Component
|
||
|
|
public class ScheduledService {
|
||
|
|
|
||
|
|
}
|