From 15d30247ccc8e2b5180dce971a06b3b7fd79eb12 Mon Sep 17 00:00:00 2001 From: JavaBigDataStudy <1227826445@qq.com> Date: Tue, 6 Aug 2019 22:14:51 +0800 Subject: [PATCH] =?UTF-8?q?!3=20git=E5=90=88=E5=B9=B6=E5=88=86=E6=94=AF?= =?UTF-8?q?=E7=9A=84=E4=BD=BF=E7=94=A8=20*=20spring-boot-git-Jenkins=20*?= =?UTF-8?q?=20spring-boot-git-Jenkins=20*=20spring-boot-git-Jenkins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/artifacts/WebApp_war_exploded.xml | 13 +++ .../artifacts/spring_boot_git_Jenkins_war.xml | 8 ++ .../spring_boot_git_Jenkins_war_exploded.xml | 55 ++++++++++++ .idea/artifacts/springweb_war.xml | 8 ++ .idea/artifacts/springweb_war_exploded.xml | 16 ++++ .idea/artifacts/web_app_war.xml | 8 ++ .idea/artifacts/web_app_war_exploded.xml | 55 ++++++++++++ .idea/compiler.xml | 6 +- .idea/encodings.xml | 7 ++ .idea/misc.xml | 25 ++++++ .idea/modules.xml | 9 ++ .../32aa30e43779bbd8a25d0bcb61140ce785cd515d | 0 .../57dee2b463d7f490ac9b6436c870716558cb03ec | 0 .../68284b96d239dd5932faf380c3a2ec41c625aad9 | 0 .../70510d4f9d93cc1e1d6845d07937602bd410b304 | 0 .../b8fa76824f2287d0d45d40f64f70909a31963e33 | 0 .../c8bbba9746d355bf9f4d93032d97e9e72941556b | 0 .../cc58faceaf6b0500e03de6fc52cc242a50b79ab8 | 0 .../d4fe9db2af9ce9de8b22fb8902906b63b9562057 | 0 .../dfe29780b4e9ba3a5f0a2c8686b0376b2d2d7f25 | 0 .idea/sonarlint/issuestore/index.pb | 19 ++++ .idea/spring-boot2-training.iml | 9 ++ spring-boot-git-Jenkins/pom.xml | 54 ------------ .../spring-boot-git-Jenkins.iml | 87 ------------------- .../src/main/java/com/dk/GitApplication.java | 17 ---- springweb/pom.xml | 67 ++++++++++++++ springweb/springweb.iml | 26 ++++++ springweb/src/main/webapp/WEB-INF/web.xml | 7 ++ springweb/src/main/webapp/index.jsp | 5 ++ 29 files changed, 341 insertions(+), 160 deletions(-) create mode 100644 .idea/artifacts/WebApp_war_exploded.xml create mode 100644 .idea/artifacts/spring_boot_git_Jenkins_war.xml create mode 100644 .idea/artifacts/spring_boot_git_Jenkins_war_exploded.xml create mode 100644 .idea/artifacts/springweb_war.xml create mode 100644 .idea/artifacts/springweb_war_exploded.xml create mode 100644 .idea/artifacts/web_app_war.xml create mode 100644 .idea/artifacts/web_app_war_exploded.xml create mode 100644 .idea/encodings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/sonarlint/issuestore/3/2/32aa30e43779bbd8a25d0bcb61140ce785cd515d create mode 100644 .idea/sonarlint/issuestore/5/7/57dee2b463d7f490ac9b6436c870716558cb03ec create mode 100644 .idea/sonarlint/issuestore/6/8/68284b96d239dd5932faf380c3a2ec41c625aad9 create mode 100644 .idea/sonarlint/issuestore/7/0/70510d4f9d93cc1e1d6845d07937602bd410b304 create mode 100644 .idea/sonarlint/issuestore/b/8/b8fa76824f2287d0d45d40f64f70909a31963e33 create mode 100644 .idea/sonarlint/issuestore/c/8/c8bbba9746d355bf9f4d93032d97e9e72941556b create mode 100644 .idea/sonarlint/issuestore/c/c/cc58faceaf6b0500e03de6fc52cc242a50b79ab8 create mode 100644 .idea/sonarlint/issuestore/d/4/d4fe9db2af9ce9de8b22fb8902906b63b9562057 create mode 100644 .idea/sonarlint/issuestore/d/f/dfe29780b4e9ba3a5f0a2c8686b0376b2d2d7f25 create mode 100644 .idea/sonarlint/issuestore/index.pb create mode 100644 .idea/spring-boot2-training.iml delete mode 100644 spring-boot-git-Jenkins/pom.xml delete mode 100644 spring-boot-git-Jenkins/spring-boot-git-Jenkins.iml delete mode 100644 spring-boot-git-Jenkins/src/main/java/com/dk/GitApplication.java create mode 100644 springweb/pom.xml create mode 100644 springweb/springweb.iml create mode 100644 springweb/src/main/webapp/WEB-INF/web.xml create mode 100644 springweb/src/main/webapp/index.jsp diff --git a/.idea/artifacts/WebApp_war_exploded.xml b/.idea/artifacts/WebApp_war_exploded.xml new file mode 100644 index 0000000..1d2e9f2 --- /dev/null +++ b/.idea/artifacts/WebApp_war_exploded.xml @@ -0,0 +1,13 @@ + + + $PROJECT_DIR$/out/artifacts/WebApp_war_exploded + + + + + + + + + + \ No newline at end of file diff --git a/.idea/artifacts/spring_boot_git_Jenkins_war.xml b/.idea/artifacts/spring_boot_git_Jenkins_war.xml new file mode 100644 index 0000000..2e12003 --- /dev/null +++ b/.idea/artifacts/spring_boot_git_Jenkins_war.xml @@ -0,0 +1,8 @@ + + + $PROJECT_DIR$/spring-boot-git-Jenkins/target + + + + + \ No newline at end of file diff --git a/.idea/artifacts/spring_boot_git_Jenkins_war_exploded.xml b/.idea/artifacts/spring_boot_git_Jenkins_war_exploded.xml new file mode 100644 index 0000000..6e6e6fe --- /dev/null +++ b/.idea/artifacts/spring_boot_git_Jenkins_war_exploded.xml @@ -0,0 +1,55 @@ + + + $PROJECT_DIR$/spring-boot-git-Jenkins/target/spring-boot-git-Jenkins-1.0-SNAPSHOT + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/artifacts/springweb_war.xml b/.idea/artifacts/springweb_war.xml new file mode 100644 index 0000000..add54e2 --- /dev/null +++ b/.idea/artifacts/springweb_war.xml @@ -0,0 +1,8 @@ + + + $PROJECT_DIR$/springweb/target + + + + + \ No newline at end of file diff --git a/.idea/artifacts/springweb_war_exploded.xml b/.idea/artifacts/springweb_war_exploded.xml new file mode 100644 index 0000000..db2cf2a --- /dev/null +++ b/.idea/artifacts/springweb_war_exploded.xml @@ -0,0 +1,16 @@ + + + $PROJECT_DIR$/springweb/target/spring-web + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/artifacts/web_app_war.xml b/.idea/artifacts/web_app_war.xml new file mode 100644 index 0000000..c495651 --- /dev/null +++ b/.idea/artifacts/web_app_war.xml @@ -0,0 +1,8 @@ + + + $PROJECT_DIR$/web-app/target + + + + + \ No newline at end of file diff --git a/.idea/artifacts/web_app_war_exploded.xml b/.idea/artifacts/web_app_war_exploded.xml new file mode 100644 index 0000000..8d22430 --- /dev/null +++ b/.idea/artifacts/web_app_war_exploded.xml @@ -0,0 +1,55 @@ + + + $PROJECT_DIR$/web-app/target/web-app + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 02057b6..d53fa4c 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -6,11 +6,13 @@ - + - + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..39e007d --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..d571e37 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..13446c5 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/sonarlint/issuestore/3/2/32aa30e43779bbd8a25d0bcb61140ce785cd515d b/.idea/sonarlint/issuestore/3/2/32aa30e43779bbd8a25d0bcb61140ce785cd515d new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/5/7/57dee2b463d7f490ac9b6436c870716558cb03ec b/.idea/sonarlint/issuestore/5/7/57dee2b463d7f490ac9b6436c870716558cb03ec new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/6/8/68284b96d239dd5932faf380c3a2ec41c625aad9 b/.idea/sonarlint/issuestore/6/8/68284b96d239dd5932faf380c3a2ec41c625aad9 new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/7/0/70510d4f9d93cc1e1d6845d07937602bd410b304 b/.idea/sonarlint/issuestore/7/0/70510d4f9d93cc1e1d6845d07937602bd410b304 new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/b/8/b8fa76824f2287d0d45d40f64f70909a31963e33 b/.idea/sonarlint/issuestore/b/8/b8fa76824f2287d0d45d40f64f70909a31963e33 new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/c/8/c8bbba9746d355bf9f4d93032d97e9e72941556b b/.idea/sonarlint/issuestore/c/8/c8bbba9746d355bf9f4d93032d97e9e72941556b new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/c/c/cc58faceaf6b0500e03de6fc52cc242a50b79ab8 b/.idea/sonarlint/issuestore/c/c/cc58faceaf6b0500e03de6fc52cc242a50b79ab8 new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/d/4/d4fe9db2af9ce9de8b22fb8902906b63b9562057 b/.idea/sonarlint/issuestore/d/4/d4fe9db2af9ce9de8b22fb8902906b63b9562057 new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/d/f/dfe29780b4e9ba3a5f0a2c8686b0376b2d2d7f25 b/.idea/sonarlint/issuestore/d/f/dfe29780b4e9ba3a5f0a2c8686b0376b2d2d7f25 new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/index.pb b/.idea/sonarlint/issuestore/index.pb new file mode 100644 index 0000000..2fd37d9 --- /dev/null +++ b/.idea/sonarlint/issuestore/index.pb @@ -0,0 +1,19 @@ + +_ +/.idea/artifacts/spring_boot_git_Jenkins_war.xml,d\f\dfe29780b4e9ba3a5f0a2c8686b0376b2d2d7f25 +h +8.idea/artifacts/spring_boot_git_Jenkins_war_exploded.xml,b\8\b8fa76824f2287d0d45d40f64f70909a31963e33 +O +.idea/artifacts/web_app_war.xml,c\8\c8bbba9746d355bf9f4d93032d97e9e72941556b +X +(.idea/artifacts/web_app_war_exploded.xml,7\0\70510d4f9d93cc1e1d6845d07937602bd410b304 +W +'.idea/artifacts/WebApp_war_exploded.xml,3\2\32aa30e43779bbd8a25d0bcb61140ce785cd515d +W +'web-app/src/main/webapp/WEB-INF/web.xml,6\8\68284b96d239dd5932faf380c3a2ec41c625aad9 +Q +!web-app/src/main/webapp/index.jsp,5\7\57dee2b463d7f490ac9b6436c870716558cb03ec +C +web-app/web-app.iml,d\4\d4fe9db2af9ce9de8b22fb8902906b63b9562057 +? +web-app/pom.xml,c\c\cc58faceaf6b0500e03de6fc52cc242a50b79ab8 \ No newline at end of file diff --git a/.idea/spring-boot2-training.iml b/.idea/spring-boot2-training.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/spring-boot2-training.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/spring-boot-git-Jenkins/pom.xml b/spring-boot-git-Jenkins/pom.xml deleted file mode 100644 index f1e7d4f..0000000 --- a/spring-boot-git-Jenkins/pom.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - 4.0.0 - - 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 deleted file mode 100644 index d023604..0000000 --- a/spring-boot-git-Jenkins/spring-boot-git-Jenkins.iml +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ 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 deleted file mode 100644 index e266155..0000000 --- a/spring-boot-git-Jenkins/src/main/java/com/dk/GitApplication.java +++ /dev/null @@ -1,17 +0,0 @@ -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"); - - } -} diff --git a/springweb/pom.xml b/springweb/pom.xml new file mode 100644 index 0000000..0381237 --- /dev/null +++ b/springweb/pom.xml @@ -0,0 +1,67 @@ + + + + 4.0.0 + + com.dk + spring-web + 1.0-SNAPSHOT + war + + spring-web Maven Webapp + + http://www.example.com + + + UTF-8 + 1.7 + 1.7 + + + + + junit + junit + 4.11 + test + + + + + spring-web + + + + maven-clean-plugin + 3.1.0 + + + + maven-resources-plugin + 3.0.2 + + + maven-compiler-plugin + 3.8.0 + + + maven-surefire-plugin + 2.22.1 + + + maven-war-plugin + 3.2.2 + + + maven-install-plugin + 2.5.2 + + + maven-deploy-plugin + 2.8.2 + + + + + diff --git a/springweb/springweb.iml b/springweb/springweb.iml new file mode 100644 index 0000000..9a1d71a --- /dev/null +++ b/springweb/springweb.iml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/springweb/src/main/webapp/WEB-INF/web.xml b/springweb/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..9f88c1f --- /dev/null +++ b/springweb/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,7 @@ + + + + Archetype Created Web Application + diff --git a/springweb/src/main/webapp/index.jsp b/springweb/src/main/webapp/index.jsp new file mode 100644 index 0000000..c38169b --- /dev/null +++ b/springweb/src/main/webapp/index.jsp @@ -0,0 +1,5 @@ + + +

Hello World!

+ + -- Gitee