Skip to content

Commit 8ddbc80

Browse files
authored
Update README.adoc
1 parent 6efd12f commit 8ddbc80

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.adoc

Lines changed: 3 additions & 4 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: current
33
:SpringSocial: http://projects.spring.io/spring-social/
44
:Component: http://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/stereotype/Component.html
55
:EnableAutoConfiguration: http://docs.spring.io/spring-boot/docs/{spring_boot_version}/api/org/springframework/boot/autoconfigure/EnableAutoConfiguration.html
@@ -16,23 +16,22 @@ This guide walks you through the process of using Spring Integration to create a
1616
application that retrieves data from an RSS Feed (Spring Blog), manipulates the data, and
1717
then writes it to a file. This guide uses traditional Spring Integration XML
1818
configuration. Other guides show how to use Java Configuration and DSL with and without
19-
JDK 8 Lambda expressions.
19+
Lambda expressions.
2020

2121
== What You Will Build
2222

2323
You will create a flow with Spring Integration by using traditional XML configuration.
2424

2525
== What You Need
2626

27-
:java_version: 1.8
2827
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/main/prereq_editor_jdk_buildtools.adoc[]
2928

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

3231
[[scratch]]
3332
== Starting with Spring Initializr
3433

35-
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=integration&name=integration&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.integration&dependencies=integration[pre-initialized project] and click Generate to download a ZIP file. This project is configured to fit the examples in this tutorial.
34+
You can use this https://start.spring.io/#!type=maven-project&groupId=com.example&artifactId=integration&name=integration&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.integration&dependencies=integration[pre-initialized project] and click Generate to download a ZIP file. This project is configured to fit the examples in this tutorial.
3635

3736
To manually initialize the project:
3837

0 commit comments

Comments
 (0)