java-tutorials/spring-remoting
geroza 40e26514f4 * Renamed IntegrationTests that needed manual configurations to run succesfully as ManualTests
* Renamed Integrationtests that needed the project (or related project, in case of client-server) as LiveTests
* Fixed migration of mustache module to make it compatible with spring-boot 2.1
2018-12-29 19:09:35 -02:00
..
remoting-amqp * Renamed IntegrationTests that needed manual configurations to run succesfully as ManualTests 2018-12-29 19:09:35 -02:00
remoting-hessian-burlap migration of modules: 2018-12-22 10:38:25 -02:00
remoting-http BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
remoting-jms * Renamed IntegrationTests that needed manual configurations to run succesfully as ManualTests 2018-12-29 19:09:35 -02:00
remoting-rmi * Renamed IntegrationTests that needed manual configurations to run succesfully as ManualTests 2018-12-29 19:09:35 -02:00
README.md 03.05.2018 (#4161) 2018-05-03 15:44:44 +02:00
pom.xml migration of modules: 2018-12-22 10:38:25 -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