Add section in README.adoc pointing to ci-docker-compose scripts.

This commit is contained in:
bono007
2021-07-27 15:22:00 -05:00
committed by Oleg Zhurakousky
parent d75324a1af
commit cc51768579

View File

@@ -1181,19 +1181,22 @@ You can consume these exceptions with your own Spring Integration flow.
=== Basic Compile and Test
To build the source you will need to install JDK {jdkversion}.
Pre-requisites:
* To compile, JDK {jdkversion} installed.
* To run tests, RabbitMQ server running on `localhost:5672`
The build uses the Maven wrapper so you don't have to install a specific
version of Maven. To enable the tests, you should have RabbitMQ server running
on localhost and the default port (5672)
before building.
The main build command is
version of Maven. The main build command is
----
$ ./mvnw clean install
----
NOTE: There are scripts in `./ci-docker-compose` that use https://docs.docker.com/compose//[Docker Compose] to
start/stop a local RabbitMQ server.
You can also add '-DskipTests' if you like, to avoid running the tests.
NOTE: You can also install Maven (>=3.3.3) yourself and run the `mvn` command
@@ -1209,11 +1212,6 @@ build succeed, please raise a ticket to get the settings added to
source control.
The projects that require middleware generally include a
`docker-compose.yml`, so consider using
https://compose.docker.io/[Docker Compose] to run the middeware servers
in Docker containers.
=== Documentation
There is a "docs" profile that will generate documentation.