Add additional doc correction

This commit is contained in:
Mark Pollack
2015-12-18 16:59:29 -05:00
parent 7b077817e5
commit 001ad52f4a

View File

@@ -182,7 +182,7 @@ spring:
=== Managed vs standalone
Code using the Spring Cloud Stream library can be deployed as a standalone application or as a Spring Cloud Data Flow module. In standalone mode your application will run happily as a service or in any PaaS (Cloud Foundry, Lattice, Heroku, Azure, etc.). Spring Cloud Data Flow helps orchestrating the communication between instances, so the aspects of module configuration that deal with module interconnection will be configured transparently.
Code using the Spring Cloud Stream library can be deployed as a standalone application or be used as a Spring Cloud Data Flow module. In standalone mode your application will run happily as a service or in any PaaS (Cloud Foundry, Lattice, Heroku, Azure, etc.). Spring Cloud Data Flow helps orchestrating the communication between instances, so the aspects of module configuration that deal with module interconnection will be configured transparently.
==== Fat JAR