Skip to content

Commit ff4e528

Browse files
ThomasPerkins1123db-ci-platform
authored andcommitted
Remove gradle
1 parent b12fa4f commit ff4e528

File tree

7 files changed

+2
-442
lines changed

7 files changed

+2
-442
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
## Understanding the Spring Petclinic application with a few diagrams
66

7-
[See the presentation here](https://speakerdeck.com/michaelisvy/spring-petclinic-sample-application)
7+
## Running petclinic locally
8+
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 (it should work just as well with Java 17 or newer):
89

910
## Run Petclinic locally
1011

@@ -27,8 +28,6 @@ Or you can run it from Maven directly using the Spring Boot Maven plugin. If you
2728
./mvnw spring-boot:run
2829
```
2930

30-
> NOTE: If you prefer to use Gradle, you can build the app using `./gradlew build` and look for the jar file in `build/libs`.
31-
3231
## Building a Container
3332

3433
There is no `Dockerfile` in this project. You can build a container image (if you have a docker daemon) using the Spring Boot build plugin:

build.gradle

Lines changed: 0 additions & 85 deletions
This file was deleted.

gradle/wrapper/gradle-wrapper.jar

-42.6 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 7 deletions
This file was deleted.

gradlew

Lines changed: 0 additions & 252 deletions
This file was deleted.

0 commit comments

Comments
 (0)