mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 02:45:50 +00:00
Java 19
This commit is contained in:
parent
ca055dbbe1
commit
5363152139
2 changed files with 3 additions and 3 deletions
2
pom.xml
2
pom.xml
|
@ -15,7 +15,7 @@
|
||||||
<properties>
|
<properties>
|
||||||
|
|
||||||
<!-- Generic properties -->
|
<!-- Generic properties -->
|
||||||
<java.version>17</java.version>
|
<java.version>19</java.version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<a href="https://speakerdeck.com/michaelisvy/spring-petclinic-sample-application">See the presentation here</a>
|
<a href="https://speakerdeck.com/michaelisvy/spring-petclinic-sample-application">See the presentation here</a>
|
||||||
|
|
||||||
## Running petclinic locally
|
## 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/) or [Gradle](https://spring.io/guides/gs/gradle/). You can build a jar file and run it from the command line (it should work just as well with Java 17 or newer):
|
Petclinic is a [Spring Boot](https://spring.io/guides/gs/spring-boot) application built using [Maven](https://spring.io/guides/gs/maven/) or [Gradle](https://spring.io/guides/gs/gradle/). You can build a jar file and run it from the command line (it should work just as well with Java 19 or newer):
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -73,7 +73,7 @@ There is a `petclinic.css` in `src/main/resources/static/resources/css`. It was
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
The following items should be installed in your system:
|
The following items should be installed in your system:
|
||||||
* Java 17 or newer (full JDK, not a JRE).
|
* Java 19 or newer (full JDK, not a JRE).
|
||||||
* [git command line tool](https://help.github.com/articles/set-up-git)
|
* [git command line tool](https://help.github.com/articles/set-up-git)
|
||||||
* Your preferred IDE
|
* Your preferred IDE
|
||||||
* Eclipse with the m2e plugin. Note: when m2e is available, there is an m2 icon in `Help -> About` dialog. If m2e is
|
* Eclipse with the m2e plugin. Note: when m2e is available, there is an m2 icon in `Help -> About` dialog. If m2e is
|
||||||
|
|
Loading…
Reference in a new issue