removing unecessary files

This commit is contained in:
Denis Rosa 2021-04-13 17:53:03 +02:00
parent 661805a2ee
commit 2dbad36c20
2 changed files with 2 additions and 7 deletions

BIN
petclinic-print.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View file

@ -1,15 +1,10 @@
# Couchbase Spring PetClinic Sample Application [![Build Status](https://travis-ci.org/spring-projects/spring-petclinic.png?branch=main)](https://travis-ci.org/spring-projects/spring-petclinic/)
Couchbase Spring PetClinic is a fork from the original Spring Pet Clinic adapted wo work with Couchbase.
## Understanding the Spring Petclinic application with a few diagrams
<a href="https://speakerdeck.com/michaelisvy/spring-petclinic-sample-application">See the presentation here</a>
Couchbase Spring PetClinic is a fork from the original Spring Pet Clinic adapted to work with Couchbase.
## Running PetClinic on GitPod
To run this app on GitPod simply click [here](https://gitpod.io/#https://github.com/deniswsrosa/couchbase-spring-petclinic.git)
## Running petclinic locally
Petclinic is a [Spring Boot](https://spring.io/guides/gs/spring-boot) application built using [Maven](https://spring.io/guides/gs/maven/). You can build a jar file and run it from the command line:
@ -23,7 +18,7 @@ java -jar target/*.jar
You can then access petclinic here: http://localhost:8080/
<img width="1042" alt="petclinic-screenshot" src="https://cloud.githubusercontent.com/assets/838318/19727082/2aee6d6c-9b8e-11e6-81fe-e889a5ddfded.png">
![Pet Clinic](petclinic-print.png")
Or you can run it from Maven directly using the Spring Boot Maven plugin. If you do this it will pick up changes that you make in the project immediately (changes to Java source files require a compile as well - most people use an IDE for this):