From 64670dc728cf83a047e8773835937b842d5535ed Mon Sep 17 00:00:00 2001 From: cy <1664593601@qq.com> Date: 星期二, 11 十月 2022 15:03:56 +0800 Subject: [PATCH] fix(schedule): ftp下载前判断文件是否存在 --- deploy-jar-template/pom.xml | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/deploy-jar-template/pom.xml b/deploy-jar-template/pom.xml index c34bf61..885289e 100644 --- a/deploy-jar-template/pom.xml +++ b/deploy-jar-template/pom.xml @@ -17,6 +17,27 @@ </properties> <dependencies> + +<!-- <dependency>--> +<!-- <groupId>com.iplatform</groupId>--> +<!-- <artifactId>recommend-text</artifactId>--> +<!-- </dependency>--> + + <dependency> + <groupId>com.iplatform</groupId> + <artifactId>recommend-video</artifactId> + </dependency> + + <!-- 涓烘祴璇曪細鍚姩web鎺ュ彛 --> + <dependency> + <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> </project> -- Gitblit v1.9.1