diff --git a/spring-boot-git-Jenkins/pom.xml b/spring-boot-git-Jenkins/pom.xml
index 28191553ac19486c5da068bb74a35ae8f488dc32..f1e7d4f3018d530af1ea4f4dc5a06c8319154bd3 100644
--- a/spring-boot-git-Jenkins/pom.xml
+++ b/spring-boot-git-Jenkins/pom.xml
@@ -7,6 +7,48 @@
com.git.cases
spring-boot-git-Jenkins
1.0-SNAPSHOT
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 2.1.6.RELEASE
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+
+ org.springframework.boot
+ spring-boot-devtools
+ runtime
+ true
+
+
+ org.projectlombok
+ lombok
+ true
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+ org.springframework
+ spring-tx
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
\ No newline at end of file
diff --git a/spring-boot-git-Jenkins/spring-boot-git-Jenkins.iml b/spring-boot-git-Jenkins/spring-boot-git-Jenkins.iml
index 62eef8f5a37a8109aad65e90c8e0eb719713278c..d023604e89b72edb5812768c4c08d73ce1749f05 100644
--- a/spring-boot-git-Jenkins/spring-boot-git-Jenkins.iml
+++ b/spring-boot-git-Jenkins/spring-boot-git-Jenkins.iml
@@ -1,6 +1,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -11,5 +25,63 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-boot-git-Jenkins/src/main/java/com/dk/GitApplication.java b/spring-boot-git-Jenkins/src/main/java/com/dk/GitApplication.java
index a019c8e4ed15f4d90a2ce3ffcb6a57231cb92d27..e266155f667f67016412bb1f9ff5ea93d35544f6 100644
--- a/spring-boot-git-Jenkins/src/main/java/com/dk/GitApplication.java
+++ b/spring-boot-git-Jenkins/src/main/java/com/dk/GitApplication.java
@@ -1,12 +1,14 @@
package com.dk;
+import org.springframework.boot.autoconfigure.SpringBootApplication;
+
/**
* @Description: TODO
* @Author Cheri
* @Date 2019/8/6 - 16:25
* @Version V1.0
**/
-
+@SpringBootApplication
public class GitApplication {
public static void main(String[] args) {
System.out.println("hello git");