Skip to content

Commit a8c7d5b

Browse files
BuzzardoJay Bryant
andauthored
Add a pre-populated Spring Initializr link (#4)
as a convenience and to get the package name created by the Initializr to match the code in the complete and initial projects. Co-authored-by: Jay Bryant <[email protected]>
1 parent fac2995 commit a8c7d5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/
2020
[[scratch]]
2121
== Starting with Spring Initializr
2222

23+
If you like, you can use this https://start.spring.io/#!type=maven-project&language=java&packaging=jar&jvmVersion=17&groupId=com.example&artifactId=graphqlserver&name=graphqlserver&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.graphqlserver[pre-populated Spring Initializr link] to load the correct settings.
24+
Otherwise, continue on to manually set up the Initializr.
25+
2326
To manually initialize the project:
2427

2528
. Navigate to https://start.spring.io.

0 commit comments

Comments
 (0)