Fix the JDK version required to build from the source code (#1523)

This commit is contained in:
lanicc
2022-08-06 01:31:33 +08:00
committed by GitHub
parent b68b3d8b4d
commit 0b40ca14f3

View File

@@ -157,7 +157,7 @@ https://jira.spring.io/browse/DATACOUCH[issue tracker] to see if someone has alr
== Building from Source
You dont need to build from source to use Spring Data (binaries in https://repo.spring.io[repo.spring.io]), but if you want to try out the latest and greatest, Spring Data can be easily built with the https://github.com/takari/maven-wrapper[maven wrapper].
You also need JDK 1.8.
You also need JDK 17 or above.
[source,bash]
----