Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Edit README to refer users to Spring Initializer to get started.
Browse files Browse the repository at this point in the history
  • Loading branch information
jxblum committed Jan 12, 2021
1 parent 4779b07 commit 90268f9
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,30 @@ include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/how_to_complete_this_guide.adoc[]
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/hide-show-gradle.adoc[]
[[scratch]]
== Starting with Spring Initializr
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/hide-show-maven.adoc[]
For all Spring applications, you should start with the https://start.spring.io[Spring Initializr]. Spring Initializr
offers a fast way to pull in all the dependencies you need for an application and does a lot of the set up for you.
This example needs "_Spring for Apache Geode_" dependency.
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/hide-show-sts.adoc[]
The following listing shows an example `pom.xml` file when using Maven:
====
[src,xml]
----
include::complete/pom.xml[]
----
====
The following listing shows an example `build.gradle` file when using Gradle:
====
[src,gradle]
----
include::complete/build.gradle[]
----
====
[[initial]]
== Define a simple entity
Expand Down

0 comments on commit 90268f9

Please sign in to comment.