Skip to content

Commit d13e6dc

Browse files
author
Jay Bryant
committed
Add pre-populated Initializr link
to fill in the project settings, as a convenience.
1 parent d644b44 commit d13e6dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/
2121
[[scratch]]
2222
== Starting with Spring Initializr
2323

24-
To initialize the project:
24+
You can use this https://start.spring.io/#!type=maven-project&language=java&platformVersion=2.5.5&packaging=jar&jvmVersion=11&groupId=com.example&artifactId=scheduling-tasks&name=scheduling-tasks&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.scheduling-tasks[pre-initialized project] and click Generate to download a ZIP file. This project is configured to fit the examples in this tutorial.
25+
26+
To manually initialize the project:
2527

2628
. Navigate to https://start.spring.io.
2729
This service pulls in all the dependencies you need for an application and does most of the setup for you.

0 commit comments

Comments
 (0)