From e4885bc1df8d975fc29257919c64f62fcbf34ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=A6=E4=B9=8B=E6=B2=A7=E6=B5=B7?= <1227826445@qq.com> Date: Tue, 6 Aug 2019 15:56:10 +0800 Subject: [PATCH 1/4] =?UTF-8?q?spring-boot-git-Jenkins=20=E7=BB=83?= =?UTF-8?q?=E4=B9=A0=E4=BD=BF=E7=94=A8git-Jenkins=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96=E9=83=A8=E7=BD=B2=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring-boot-git-Jenkins/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 spring-boot-git-Jenkins/pom.xml diff --git a/spring-boot-git-Jenkins/pom.xml b/spring-boot-git-Jenkins/pom.xml new file mode 100644 index 0000000..2819155 --- /dev/null +++ b/spring-boot-git-Jenkins/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + com.git.cases + spring-boot-git-Jenkins + 1.0-SNAPSHOT + + + \ No newline at end of file -- Gitee From 9c949f9fefb0ba8f5640208c6ceb48df9d849dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=A6=E4=B9=8B=E6=B2=A7=E6=B5=B7?= <1227826445@qq.com> Date: Tue, 6 Aug 2019 16:26:47 +0800 Subject: [PATCH 2/4] =?UTF-8?q?spring-boot-git-Jenkins=20=E7=BB=83?= =?UTF-8?q?=E4=B9=A0=E4=BD=BF=E7=94=A8git-Jenkins=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96=E9=83=A8=E7=BD=B2=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/compiler.xml | 16 +++++++++ .idea/inspectionProfiles/Project_Default.xml | 36 +++++++++++++++++++ .idea/vcs.xml | 6 ++++ .../spring-boot-git-Jenkins.iml | 15 ++++++++ .../src/main/java/com/dk/GitApplication.java | 14 ++++++++ 5 files changed, 87 insertions(+) create mode 100644 .idea/compiler.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/vcs.xml create mode 100644 spring-boot-git-Jenkins/spring-boot-git-Jenkins.iml create mode 100644 spring-boot-git-Jenkins/src/main/java/com/dk/GitApplication.java diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..02057b6 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..6560a98 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,36 @@ + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ 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 new file mode 100644 index 0000000..62eef8f --- /dev/null +++ b/spring-boot-git-Jenkins/spring-boot-git-Jenkins.iml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ 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 new file mode 100644 index 0000000..9125997 --- /dev/null +++ b/spring-boot-git-Jenkins/src/main/java/com/dk/GitApplication.java @@ -0,0 +1,14 @@ +package com.dk; + +/** + * @Description: TODO + * @Author Cheri + * @Date 2019/8/6 - 16:25 + * @Version V1.0 + **/ + +public class GitApplication { + public static void main(String[] args) { + + } +} -- Gitee From c68e1fb2fc6a38facd3c57da84c32e70653939d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=A6=E4=B9=8B=E6=B2=A7=E6=B5=B7?= <1227826445@qq.com> Date: Tue, 6 Aug 2019 16:31:24 +0800 Subject: [PATCH 3/4] =?UTF-8?q?spring-boot-git-Jenkins=20=E7=BB=83?= =?UTF-8?q?=E4=B9=A0=E4=BD=BF=E7=94=A8git-Jenkins=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96=E9=83=A8=E7=BD=B2=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/dk/GitApplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9125997..bf25eff 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 @@ -9,6 +9,6 @@ package com.dk; public class GitApplication { public static void main(String[] args) { - + System.out.println("hello git"); } } -- Gitee From cb44b329aec3770478f008477fa6430bb2de0bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=A6=E4=B9=8B=E6=B2=A7=E6=B5=B7?= <1227826445@qq.com> Date: Tue, 6 Aug 2019 17:05:47 +0800 Subject: [PATCH 4/4] =?UTF-8?q?spring-boot-git-Jenkins=20=E7=BB=83?= =?UTF-8?q?=E4=B9=A0=E4=BD=BF=E7=94=A8git-Jenkins=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96=E9=83=A8=E7=BD=B2=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring-boot-git-Jenkins/src/main/java/com/dk/GitApplication.java | 1 + 1 file changed, 1 insertion(+) 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 bf25eff..a019c8e 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 @@ -10,5 +10,6 @@ package com.dk; public class GitApplication { public static void main(String[] args) { System.out.println("hello git"); + } } -- Gitee