Fix documented Java compiler level

See gh-33505
This commit is contained in:
peter-janssen 2022-12-09 16:15:41 +01:00 committed by Moritz Halbritter
parent 47eb3b11b9
commit 9a74c862dd
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Maven users can inherit from the `spring-boot-starter-parent` project to obtain sensible defaults.
The parent project provides the following features:
* Java 1.8 as the default compiler level.
* Java 17 as the default compiler level.
* UTF-8 source encoding.
* Compilation with `-parameters`.
* A dependency management section, inherited from the `spring-boot-dependencies` POM, that manages the versions of common dependencies.