Skip to content

Commit

Permalink
Add a pre-populated Spring Initializr link (#4)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Buzzardo and Jay Bryant committed Aug 9, 2024
1 parent fac2995 commit a8c7d5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/
[[scratch]]
== Starting with Spring Initializr

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.
Otherwise, continue on to manually set up the Initializr.

To manually initialize the project:

. Navigate to https://start.spring.io.
Expand Down

0 comments on commit a8c7d5b

Please sign in to comment.