-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breakdown readme into reusable imports
- Loading branch information
Robert McNees
committed
May 21, 2024
1 parent
ce27ef4
commit ea6c6ae
Showing
4 changed files
with
44 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
== What You Need | ||
|
||
* About 15 minutes | ||
* A favorite text editor or IDE | ||
* https://www.oracle.com/java/technologies/downloads/[Java {java_version}^] or later | ||
== How to complete this guide | ||
Like most Spring https://spring.io/guides[Getting Started guides^], you can start from scratch and complete each step, or you can jump straight to the solution, by viewing the code in https://github.com/spring-guides/{project_id}[this repository^]. | ||
|
||
To **see the end result in your local environment**, you can do one of the following: | ||
|
||
- https://github.com/spring-guides/{project_id}/archive/main.zip[Download^] and unzip the source repository for this guide | ||
- Clone the repository using Git: | ||
`git clone https://github.com/spring-guides/{project_id}.git` | ||
- Fork the repository which will allow you to request changes to this guide through submission of a pull request |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The source code for this guide can be found in https://github.com/spring-guides/{project_id}[this repository^]. | ||
If you would like a local copy of the code you can download it there. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
== Spring Academy | ||
|
||
This guide is also available on {spring_academy_url}[Spring Academy^] so you can start writing code in a matter of minutes. | ||
Launching this guide in Spring Academy will load an IDE (VScode) in your browser. | ||
You can follow along with the guide, write code, and run your application all without making any changes to your local machine. | ||
|
||
If you choose not to use Spring Academy, continue to follow the guide below to use your local machine for development. |