Skip to content

Commit

Permalink
Merge 894ad7c into bf947eb
Browse files Browse the repository at this point in the history
  • Loading branch information
kadel authored Jan 5, 2023
2 parents bf947eb + 894ad7c commit 518b1f6
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/website/docs/user-guides/quickstart/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ import InitialSourceCodeInfo from './docs-mdx/initial_source_code_description.md
For Java, we will use the [Spring Initializr](https://start.spring.io/) to generate the example source code:

1. Navigate to [start.spring.io](https://start.spring.io/)
2. Select **11** under **Java**
3. Click on "Add" under "Dependencies"
4. Select "Spring Web"
5. Click "Generate" to generate and download the source code
2. Under **Spring Boot** select **2.7.\*** version.
3. Select **11** under **Java**
4. Click on "Add" under "Dependencies"
5. Select "Spring Web"
6. Click "Generate" to generate and download the source code

:::caution
For now, don't use SpringBoot 3. Currently there is no Devfile in [registry.devfile.io](https://registry.devfile.io/) with Java 17.
:::

Finally, open a terminal and navigate to the directory.

Expand Down

0 comments on commit 518b1f6

Please sign in to comment.