Skip to content

Commit 7a4f186

Browse files
mothmaneodrotbohm
authored andcommitted
GH-538 - Add build steps documentation.
1 parent d9bbd7c commit 7a4f186

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

readme.adoc

+25
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,31 @@ Find the reference documentation link:{docs}[here].
107107

108108
https://help.github.com/articles/creating-a-pull-request[Pull requests] are welcome. Note, that we expect everyone to follow the https://github.com/spring-projects/.github/blob/main/CODE_OF_CONDUCT.md[code of conduct].
109109

110+
=== What you will need
111+
112+
* Git
113+
* Java 17 or higher
114+
* Docker version 1.6.0 or higher
115+
116+
=== Get the Source Code
117+
118+
Clone the repository
119+
120+
[source,bash]
121+
----
122+
git clone [email protected]:spring-projects/spring-modulith.git
123+
cd spring-modulith
124+
----
125+
126+
=== Build the code
127+
128+
To compile, test, and build
129+
130+
[source,bash]
131+
----
132+
./mvnw -B
133+
----
134+
110135
== License
111136
Spring Modulith is Open Source software released under the
112137
https://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license].

0 commit comments

Comments
 (0)