Skip to content

Commit 430b5ff

Browse files
anirudhashtsnicoll
authored andcommitted
Fix Java version mismatch and clarify Gradle usage in readme
See gh-2188 Signed-off-by: anirudhasht <anirudhashrit97@gmail.com>
1 parent 987613e commit 430b5ff

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,15 @@ Or you can run it from Maven directly using the Spring Boot Maven plugin. If you
3535
./mvnw spring-boot:run
3636
```
3737

38+
3839
> NOTE: If you prefer to use Gradle, you can build the app using `./gradlew build` and look for the jar file in `build/libs`.
40+
>
41+
> You can also run the application directly using Gradle:
42+
>
43+
> ```bash
44+
> ./gradlew bootRun
45+
> ```
46+
3947
4048
## Building a Container
4149
@@ -98,7 +106,7 @@ There is a `petclinic.css` in `src/main/resources/static/resources/css`. It was
98106

99107
The following items should be installed in your system:
100108

101-
- Java 25 or newer (full JDK, not a JRE)
109+
- Java 17 or newer (LTS recommended, full JDK required)
102110
- [Git command line tool](https://help.github.com/articles/set-up-git)
103111
- Your preferred IDE
104112
- Eclipse with the m2e plugin. Note: when m2e is available, there is a m2 icon in `Help -> About` dialog. If m2e is

0 commit comments

Comments
 (0)