File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
99107The 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
You can’t perform that action at this time.
0 commit comments