|
@@ -20,14 +20,15 @@ import java.util.List;
|
|
|
* @date 2023-08-29 18:03:39
|
|
* @date 2023-08-29 18:03:39
|
|
|
*/
|
|
*/
|
|
|
@Slf4j
|
|
@Slf4j
|
|
|
-@Service
|
|
|
|
|
|
|
+//@Service
|
|
|
|
|
+@Deprecated
|
|
|
public class VideoUrlUpdater {
|
|
public class VideoUrlUpdater {
|
|
|
- @Autowired
|
|
|
|
|
|
|
+ //@Autowired
|
|
|
VideoUrlMapper videoUrlMapper;
|
|
VideoUrlMapper videoUrlMapper;
|
|
|
- @Autowired
|
|
|
|
|
|
|
+ //@Autowired
|
|
|
ObjectRepository objectRepository;
|
|
ObjectRepository objectRepository;
|
|
|
|
|
|
|
|
- @PostConstruct
|
|
|
|
|
|
|
+ //@PostConstruct
|
|
|
public void update() {
|
|
public void update() {
|
|
|
log.info("开始更新 VideoUrl...");
|
|
log.info("开始更新 VideoUrl...");
|
|
|
|
|
|