java-tutorials/spring-remoting
Sanjay Patel cddf858c05 BAEL-5246: pom cleanup (#4620)
* BAEL-5246: round 1 of pom cleanup - upto "jersey" project

* BAEL-5246: Initial pass for pom cleanup - upto spring-cloud

* BAEL-5246: pom cleanup upto testing-modules/junit5

* BAEL-5246: pom cleanup - upto xstream

* BAEL-5246: pom cleanup - last round (before review)
2018-07-12 09:04:54 +02:00
..
remoting-amqp BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +02:00
remoting-hessian-burlap fix blocking tests (#3378) 2018-01-08 22:39:01 +01:00
remoting-http Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +02:00
remoting-jms Bael 556 - spring remoting with jms (#1900) 2017-05-23 08:47:18 +02:00
spring-remoting-rmi Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +02:00
README.md 03.05.2018 (#4161) 2018-05-03 15:44:44 +02:00
pom.xml BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +02:00

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