mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
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:
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user