From 59d2a63f363b5c4e1ac25af2457896ac2468d8c6 Mon Sep 17 00:00:00 2001
From: cy <1664593601@qq.com>
Date: 星期二, 11 十月 2022 11:15:26 +0800
Subject: [PATCH] fix(schedule): save方法去掉id

---
 deploy-jar-template/pom.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/deploy-jar-template/pom.xml b/deploy-jar-template/pom.xml
index ce657ad..885289e 100644
--- a/deploy-jar-template/pom.xml
+++ b/deploy-jar-template/pom.xml
@@ -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