From 18ac4f14b53cc8a866296348b3ed188264e1d8b1 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Sat, 24 Nov 2018 23:22:09 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=20spring-boot-demo-task-quartz=20?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring-boot-demo-task-quartz/pom.xml | 28 ++++++++++++++++++- ...application.properties => application.yml} | 0 2 files changed, 27 insertions(+), 1 deletion(-) rename spring-boot-demo-task-quartz/src/main/resources/{application.properties => application.yml} (100%) diff --git a/spring-boot-demo-task-quartz/pom.xml b/spring-boot-demo-task-quartz/pom.xml index 0bfee88..0d11947 100644 --- a/spring-boot-demo-task-quartz/pom.xml +++ b/spring-boot-demo-task-quartz/pom.xml @@ -25,7 +25,17 @@ org.springframework.boot - spring-boot-starter + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-quartz + + + + mysql + mysql-connector-java @@ -33,6 +43,22 @@ spring-boot-starter-test test + + + cn.hutool + hutool-all + + + + com.google.guava + guava + + + + org.projectlombok + lombok + true + diff --git a/spring-boot-demo-task-quartz/src/main/resources/application.properties b/spring-boot-demo-task-quartz/src/main/resources/application.yml similarity index 100% rename from spring-boot-demo-task-quartz/src/main/resources/application.properties rename to spring-boot-demo-task-quartz/src/main/resources/application.yml