Add simple readme

This commit is contained in:
Dave Syer
2010-11-17 15:57:46 +00:00
parent a26a32fe2e
commit 6c40282d12

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
This project provides support for using Spring and Java with AMQP, and in particular RabbitMQ.
# Build Instructions #
Clone from GIT and then use Maven (2.1.*):
$ git clone ...
$ mvn install
SpringSource ToolSuite users (or Eclipse users with the latest m2eclipse plugin) can import the projects as existing Eclipse projects.