|
@@ -15,8 +15,8 @@ import java.io.IOException;
|
|
|
/**
|
|
|
* 定时购买保险
|
|
|
*/
|
|
|
-@ConditionalOnProperty(name = "schedule.enable", havingValue = "true", matchIfMissing = true)
|
|
|
-@Component
|
|
|
+//@ConditionalOnProperty(name = "schedule.enable", havingValue = "true", matchIfMissing = true)
|
|
|
+//@Component
|
|
|
public class SyncSchedule {
|
|
|
|
|
|
|