java-tutorials/spring-remoting
Dhawal Kapil 4058bfc601 BAEL-9567 Align module names, folder names and artifact id
- Added "name" in pom.xml whereever it was missing and aligned the present ones with the artifactid and foldername
2018-11-30 22:16:08 +05:30
..
remoting-amqp BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 38 more modules) 2018-09-18 22:57:03 -04:00
remoting-hessian-burlap BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
remoting-http BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
remoting-jms BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
remoting-rmi BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
README.md 03.05.2018 (#4161) 2018-05-03 15:44:44 +02:00
pom.xml BAEL-8824 Align module names, folder names and artifact id 2018-09-04 20:25:16 +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