java-tutorials/spring-remoting
Dhawal Kapil b6ae9ec3b4 Story/bael 14304 (#7311)
* BAEL-15951 Moved vavr, JHipster to default profiles

* BAEL-14304 Include the SpringContextIntegrationTest in the default build

- Added SpringContextTest.java in all the modules where SpringContextIntegrationTest already exists

* BAEL-14304 Changes in pmd rule and pom.xml to run UnitTest and SpringContextTest additionally in default profiles

* BAEL-14304 Minor changes
2019-07-20 14:33:56 +03:00
..
remoting-amqp Story/bael 14304 (#7311) 2019-07-20 14:33:56 +03:00
remoting-hessian-burlap Story/bael 14304 (#7311) 2019-07-20 14:33:56 +03:00
remoting-http Story/bael 14304 (#7311) 2019-07-20 14:33:56 +03:00
remoting-jms Story/bael 14304 (#7311) 2019-07-20 14:33:56 +03:00
remoting-rmi Story/bael 14304 (#7311) 2019-07-20 14:33:56 +03:00
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