Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 480b600

Browse files
author
Ivan Franchin
committed
Project Upgrade
- upgrade to Java 21; - upgrade to Spring Boot 3.3.4; - upgrade to Postgres Docker image 17.0; - upgrade some NPM packages.
1 parent 43496a8 commit 480b600

File tree

5 files changed

+5297
-8979
lines changed

5 files changed

+5297
-8979
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ On [ivangfr.github.io](https://ivangfr.github.io), I have compiled my Proof-of-C
5454
## Prerequisites
5555

5656
- [`npm`](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
57-
- [`Java 17+`](https://www.oracle.com/java/technologies/downloads/#java17)
57+
- [`Java 21+`](https://www.oracle.com/java/technologies/downloads/#java21)
5858
- [`Docker`](https://www.docker.com/)
5959

6060
## Start Environment

‎book-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>3.3.1</version>
7+
<version>3.3.4</version>
88
<relativePath /> <!-- lookup parent from repository -->
99
</parent>
1010

@@ -15,7 +15,7 @@
1515
<description>Demo project for Spring Boot</description>
1616

1717
<properties>
18-
<java.version>17</java.version>
18+
<java.version>21</java.version>
1919
<springdoc-openapi.version>2.6.0</springdoc-openapi.version>
2020
</properties>
2121

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /