Skip to content

Commit 2ce8daf

Browse files
authored
update: adding tip to spring boot guide for java 17 installation (#4913)
* update: adding tip to spring boot guide for java 17 installation * pointing users to the JDK dropdown list * cleaning up extra line
1 parent f9e358b commit 2ce8daf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/topics/jvm/jvm-create-project-with-spring-boot.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ Create a new Spring Boot project with Kotlin by using the Project Wizard in Inte
4646
{style="note"}
4747

4848
* **Java**: 17
49+
50+
> If you don't have Java 17 installed, you can download it from the JDK dropdown list.
51+
>
52+
{style="tip"}
4953

5054
![Create Spring Boot project](create-spring-boot-project.png){width=800}
5155

0 commit comments

Comments
 (0)