java-tutorials/spring-remoting
sampadawagde 7d3e128323 JAVA-33: Added comments in pom.xml with reason to not upgrade to boot-2 2020-08-26 17:02:39 +05:30
..
remoting-amqp [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
remoting-hessian-burlap JAVA-33: Added comments in pom.xml with reason to not upgrade to boot-2 2020-08-26 17:02:39 +05:30
remoting-http [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
remoting-jms used properties defined in parent pom 2020-07-12 00:06:27 +05:30
remoting-rmi used properties defined in parent pom 2020-07-12 00:06:27 +05:30
README.md Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
pom.xml [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00

README.md

Spring Remoting

This module contains articles about Spring Remoting

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