Browse Source

1.钉钉定时任务

verguenza 4 years ago
parent
commit
03e7a320e0

+ 1 - 0
src/main/java/com/galaxis/manatee/service/DingTalkAuthorization.java

@@ -6,6 +6,7 @@ import com.galaxis.manatee.constant.DingTalkConstant;
 import lombok.Data;
 import lombok.extern.slf4j.Slf4j;
 import org.springframework.beans.factory.annotation.Value;
+import org.springframework.scheduling.annotation.Scheduled;
 import org.springframework.stereotype.Service;
 import org.springframework.web.client.RestTemplate;