From a8c7d5b7a260f93c2824b7f93bb608465e461a99 Mon Sep 17 00:00:00 2001 From: Jay Bryant Date: Fri, 9 Aug 2024 07:26:22 -0500 Subject: [PATCH] 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 --- README.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.adoc b/README.adoc index 278c06d..6fff7da 100644 --- a/README.adoc +++ b/README.adoc @@ -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.