From 86b3ccefb49caa8e1fe2e4ee285c3e18a64b16e0 Mon Sep 17 00:00:00 2001 From: KevinGilmore Date: Wed, 25 Jan 2017 09:44:43 -0600 Subject: [PATCH] Update README.md --- spring-remoting/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/spring-remoting/README.md b/spring-remoting/README.md index 33948c9aaf..1aafdaf6f5 100644 --- a/spring-remoting/README.md +++ b/spring-remoting/README.md @@ -4,4 +4,10 @@ - [Intro to Spring Remoting with HTTP Invokers](http://www.baeldung.com/spring-remoting-http-invoker) ### Overview -This maven project contains the Java source code for various modules used in the Spring Remoting series of articles. +This Maven project contains the Java source code for various modules used in the Spring Remoting series of articles. + +### Building the Project +You can build the project using Maven inside your IDE or from the command line: +``` +mvn clean install +```