java-tutorials/spring-remoting
Loredana Crusoveanu d7f1c4a6b1
Merge branch 'master' into master
2019-03-04 21:47:56 +02:00
..
remoting-amqp [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
remoting-hessian-burlap BAEL-12770 Aligning module name, artifact id and folder name 2019-02-28 00:13:17 +05:30
remoting-http [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
remoting-jms [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
remoting-rmi [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
README.md Update README.md 2019-03-01 18:43:45 +08:00
pom.xml [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30

README.md

Spring Remoting Tutorials

Relevant Articles

Overview

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