|
@@ -29,7 +29,7 @@ import java.util.stream.Collectors;
|
|
* @description:TODO
|
|
* @description:TODO
|
|
* @date :2024/4/26 14:12
|
|
* @date :2024/4/26 14:12
|
|
*/
|
|
*/
|
|
-//@ConditionalOnProperty(name = "schedule.enable", havingValue = "true", matchIfMissing = true)
|
|
|
|
|
|
+@ConditionalOnProperty(name = "schedule.enable", havingValue = "true", matchIfMissing = true)
|
|
@Component
|
|
@Component
|
|
@Slf4j
|
|
@Slf4j
|
|
public class ComListSchedule {
|
|
public class ComListSchedule {
|