Skip to content

Commit 6359854

Browse files
authored
Create guide_introduction.adoc
1 parent 6365079 commit 6359854

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

guide_introduction.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
// required variables:
2+
// java_version
3+
// project_id
4+
5+
== What You Need
6+
7+
* About 15 minutes
8+
* A favorite text editor or IDE
9+
* https://www.oracle.com/java/technologies/downloads/[Java {java_version}^] or later
10+
11+
== How to Complete This Guide
12+
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^].
13+
14+
To **see the end result in your local environment**, you can do one of the following:
15+
16+
- https://github.com/spring-guides/{project_id}/archive/main.zip[Download^] and unzip the source repository for this guide
17+
- Clone the repository using Git:
18+
`git clone https://github.com/spring-guides/{project_id}.git`
19+
- Fork the repository which let you request changes to this guide through submission of a pull request

0 commit comments

Comments
 (0)