From ce7e6e8bdcc3b11571e3ada6b12ad9e5395b03f7 Mon Sep 17 00:00:00 2001 From: Mic <misvy@vmware.com> Date: Sat, 12 Apr 2014 23:54:45 +0800 Subject: [PATCH] updated URL on cloud foundry --- pom.xml | 1 + readme.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0c3d0c5..b59ada7 100644 --- a/pom.xml +++ b/pom.xml @@ -455,4 +455,5 @@ </plugins> </build> + <url>demopetclinic</url> </project> diff --git a/readme.md b/readme.md index c446027..091f725 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ # Spring PetClinic Sample Application ## What does it look like? --spring-petclinic has been deployed here on cloudfoundry: http://gopetclinic.cfapps.io/ +-spring-petclinic has been deployed here on cloudfoundry: http://demo-spring-petclinic.cfapps.io/ ## Understanding the Spring Petclinic application with a few diagrams -- GitLab