From 301017226e61aa39c8b40e780ca244eeddd073d4 Mon Sep 17 00:00:00 2001 From: cy <1664593601@qq.com> Date: 星期日, 09 十月 2022 14:14:54 +0800 Subject: [PATCH] feat(schedule): 定时任务视频拉取 --- deploy-jar-template/pom.xml | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/deploy-jar-template/pom.xml b/deploy-jar-template/pom.xml index ed20e5d..885289e 100644 --- a/deploy-jar-template/pom.xml +++ b/deploy-jar-template/pom.xml @@ -18,10 +18,10 @@ <dependencies> - <dependency> - <groupId>com.iplatform</groupId> - <artifactId>recommend-text</artifactId> - </dependency> +<!-- <dependency>--> +<!-- <groupId>com.iplatform</groupId>--> +<!-- <artifactId>recommend-text</artifactId>--> +<!-- </dependency>--> <dependency> <groupId>com.iplatform</groupId> @@ -33,6 +33,10 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-freemarker</artifactId> + </dependency> </dependencies> -- Gitblit v1.9.1