diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000000000000000000000000000000000000..02057b6410037fe309f80520e9d8e43b4fd25377 --- /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 0000000000000000000000000000000000000000..6560a98983ec708cf9d8b5c5c3776d7bd39c475b --- /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 0000000000000000000000000000000000000000..35eb1ddfbbc029bcab630581847471d7f238ec53 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/spring-boot-git-Jenkins/pom.xml b/spring-boot-git-Jenkins/pom.xml new file mode 100644 index 0000000000000000000000000000000000000000..28191553ac19486c5da068bb74a35ae8f488dc32 --- /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 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 0000000000000000000000000000000000000000..62eef8f5a37a8109aad65e90c8e0eb719713278c --- /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 0000000000000000000000000000000000000000..a019c8e4ed15f4d90a2ce3ffcb6a57231cb92d27 --- /dev/null +++ b/spring-boot-git-Jenkins/src/main/java/com/dk/GitApplication.java @@ -0,0 +1,15 @@ +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) { + System.out.println("hello git"); + + } +}