diff --git a/README.md b/README.md index d57e81fc..e3cbfd3a 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,6 @@ Spring Integration Samples ========================== -# Note - -This (main) branch requires Spring Integration 6.0 or above. -For samples running against earlier versions of Spring Integration, use the __5.5.x__ and other branches. - -The project requires now Java 17 or above. -To open the project in the IDE, use its `import` option against a `build.gradle` file from the root project directory. - -# Introduction - Welcome to the **Spring Integration Samples** repository which provides **50+ samples** to help you learn [Spring Integration][]. To simplify your experience, the *Spring Integration* samples are split into 4 distinct categories: * Basic @@ -25,6 +15,14 @@ Inside of each category you'll find a **README.md** file, which will contain a m *Happy Integration!* +# Note + +This (main) branch requires Spring Integration 6.0 or above. +For samples running against earlier versions of Spring Integration, use the __5.5.x__ and other branches. + +The project requires now Java 17 or above. +To open the project in the IDE, use its `import` option against a `build.gradle` file from the root project directory. + ## Related GitHub projects * [Spring Integration][]