Skip to content

Commit 0938398

Browse files
author
Jay Bryant
committed
Update README
to remove the Java version and update the Boot version and the Initializr link.
1 parent 61a5eb2 commit 0938398

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:spring_version: current
2-
:spring_boot_version: 2.4.3
2+
:spring_boot_version: 3.0.2
33
:jackson: https://wiki.fasterxml.com/JacksonHome
44
:SpringApplication: https://docs.spring.io/spring-boot/docs/{spring_boot_version}/api/org/springframework/boot/SpringApplication.html
55
:EnableAsync: https://docs.spring.io/spring/docs/current/spring-framework-reference/html/scheduling.html#scheduling-annotation-support
@@ -27,15 +27,14 @@ operations and merge them into a single asynchronous computation.
2727

2828
== What You Need
2929

30-
:java_version: 1.8
3130
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/main/prereq_editor_jdk_buildtools.adoc[]
3231

3332
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/main/how_to_complete_this_guide.adoc[]
3433

3534
[[scratch]]
3635
== Starting with Spring Initializr
3736

38-
You can use this https://start.spring.io/#!type=maven-project&language=java&platformVersion=2.5.5&packaging=jar&jvmVersion=11&groupId=com.example&artifactId=async-method&name=async-method&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.async-method&dependencies=web[pre-initialized project] and click Generate to download a ZIP file. This project is configured to fit the examples in this tutorial.
37+
You can use this https://start.spring.io/#!type=gradle-project&language=java&platformVersion=3.0.2&packaging=jar&jvmVersion=17&groupId=com.example&artifactId=async-method&name=async-method&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.async-method&dependencies=web[pre-initialized project] and click Generate to download a ZIP file. This project is configured to fit the examples in this tutorial.
3938

4039
To manually initialize the project:
4140

0 commit comments

Comments
 (0)