From e7d7c7c915eb6b6ccb3af213f31db17a8093bb09 Mon Sep 17 00:00:00 2001 From: rizgh <38106929+rizgh@users.noreply.github.com> Date: Sat, 21 Apr 2018 16:42:59 +0530 Subject: [PATCH 1/5] rename --- pom.xml => pom_9.xml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pom.xml => pom_9.xml (100%) diff --git a/pom.xml b/pom_9.xml similarity index 100% rename from pom.xml rename to pom_9.xml From 80d7c990c8a43f32626b108331838b78077db80b Mon Sep 17 00:00:00 2001 From: rizgh <38106929+rizgh@users.noreply.github.com> Date: Sat, 21 Apr 2018 16:43:53 +0530 Subject: [PATCH 2/5] pom --- pom_9.xml => pom.xml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pom_9.xml => pom.xml (100%) diff --git a/pom_9.xml b/pom.xml similarity index 100% rename from pom_9.xml rename to pom.xml From 8d3354d41cfaa5c3fb9a3850f61c0901a8a4f3e1 Mon Sep 17 00:00:00 2001 From: rizgh <38106929+rizgh@users.noreply.github.com> Date: Sat, 21 Apr 2018 17:29:12 +0530 Subject: [PATCH 3/5] updatre --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index aa78c17..a582f6e 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,4 +1,4 @@ spring.mvc.view.prefix: /WEB-INF/jsp/ spring.mvc.view.suffix: .jsp -welcome.message: Hello Mkyong \ No newline at end of file +welcome.message: Hello Rizwan From 8fdd957513e8f776da73b64aaabc5c170f7803e4 Mon Sep 17 00:00:00 2001 From: rizgh <38106929+rizgh@users.noreply.github.com> Date: Sun, 6 May 2018 17:03:46 +0530 Subject: [PATCH 4/5] commit-webhook --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4a738af..d530878 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ This is java spring boot example - install maven to build the package and u get target/ folder contains war file , to deploy it u must install server - i prefer tomcat server install it by downloading binary core from official website extract to /opt/tomcat and add CATALINA_HOME env variable with /opt/tomcat and run server u get server , so put ur war file in webapps folder and ur url is // test to trigger webhooks to java version to access the files + + + + To test webhooks From b5dcf1d15b379236df60190a5947ae3f6e5b3794 Mon Sep 17 00:00:00 2001 From: rizgh <38106929+rizgh@users.noreply.github.com> Date: Sun, 6 May 2018 17:05:58 +0530 Subject: [PATCH 5/5] message changed --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a582f6e..936f33f 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,4 +1,4 @@ spring.mvc.view.prefix: /WEB-INF/jsp/ spring.mvc.view.suffix: .jsp -welcome.message: Hello Rizwan +welcome.message: Hello Rizwan Here!