Skip to content

Commit d1d76b8

Browse files
Fixed the initializr link to use the java_version variable (#129)
The Spring Initializr link used a hardcoded 11 value for the Java version instead of using the variable defined a few lines before.
1 parent f1b42a7 commit d1d76b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/
3030
[[scratch]]
3131
== Starting with Spring Initializr
3232

33-
You can use this https://start.spring.io/#!type=maven-project&language=java&packaging=jar&jvmVersion=11&groupId=com.example&artifactId=crud-with-vaadin&name=crud-with-vaadin&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.crud-with-vaadin&dependencies=vaadin,data-jpa,h2[pre-initialized project] and click Generate to download a ZIP file. This project is configured to fit the examples in this tutorial.
33+
You can use this https://start.spring.io/#!type=maven-project&language=java&packaging=jar&jvmVersion={java_version}&groupId=com.example&artifactId=crud-with-vaadin&name=crud-with-vaadin&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.crud-with-vaadin&dependencies=vaadin,data-jpa,h2[pre-initialized project] and click Generate to download a ZIP file. This project is configured to fit the examples in this tutorial.
3434

3535
NOTE: You can also fork the project from Github and open it in your IDE or other editor.
3636

0 commit comments

Comments
 (0)