|
|
@@ -17,9 +17,6 @@ import org.springframework.scheduling.annotation.Async;
|
|
|
import org.springframework.scheduling.annotation.Scheduled;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
-import javax.annotation.PostConstruct;
|
|
|
-import java.util.concurrent.*;
|
|
|
-
|
|
|
|
|
|
/**
|
|
|
* @author lifang
|
|
|
@@ -29,7 +26,7 @@ import java.util.concurrent.*;
|
|
|
* @createTime 2022年07月19日 15:21:00
|
|
|
*/
|
|
|
@Component
|
|
|
-//@Profile("prod")
|
|
|
+@Profile("prod")
|
|
|
public class EnterpriseWeChatNotify {
|
|
|
@Autowired
|
|
|
private DiskSpaceHealthIndicator spaceHealthIndicator;
|