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 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index aa78c17..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 Mkyong \ No newline at end of file +welcome.message: Hello Rizwan Here!