Update Java SpringBoot documentation as there is no more limitation on (#7259)

Java 11 (#7258)

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
This commit is contained in:
Aurélien Pupier
2024-07-04 13:03:38 +02:00
committed by GitHub
parent 230d437720
commit 817faa69fd
2 changed files with 6 additions and 16 deletions

View File

@@ -522,14 +522,9 @@ For Java, we will use the [Spring Initializr](https://start.spring.io/) to gener
1. Navigate to [start.spring.io](https://start.spring.io/).
2. Select **Maven** under **Project**.
3. Under **Spring Boot** select **2.7.\*** version.
> For now, don't use SpringBoot 3. Currently there is no Devfile in [registry.devfile.io](https://registry.devfile.io/) with Java 17.
4. Select **11** under **Java**.
5. Click on "Add" under "Dependencies".
6. Select "Spring Web".
7. Click "Generate" to generate and download the source code.
3. Click on "Add" under "Dependencies".
4. Select "Spring Web".
5. Click "Generate" to generate and download the source code.
Finally, extract the downloaded source code archive in the 'quickstart-demo' directory.

View File

@@ -13,14 +13,9 @@ For Java, we will use the [Spring Initializr](https://start.spring.io/) to gener
1. Navigate to [start.spring.io](https://start.spring.io/).
2. Select **Maven** under **Project**.
3. Under **Spring Boot** select **2.7.\*** version.
:::caution
For now, don't use SpringBoot 3. Currently there is no Devfile in [registry.devfile.io](https://registry.devfile.io/) with Java 17.
:::
4. Select **11** under **Java**.
5. Click on "Add" under "Dependencies".
6. Select "Spring Web".
7. Click "Generate" to generate and download the source code.
3. Click on "Add" under "Dependencies".
4. Select "Spring Web".
5. Click "Generate" to generate and download the source code.
Finally, extract the downloaded source code archive in the 'quickstart-demo' directory.