You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/03/26 11:51:43 UTC

flex-blazeds git commit: Added some more documentation.

Repository: flex-blazeds
Updated Branches:
  refs/heads/develop 2f4ba7051 -> 4da3b366e


Added some more documentation.


Project: http://git-wip-us.apache.org/repos/asf/flex-blazeds/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-blazeds/commit/4da3b366
Tree: http://git-wip-us.apache.org/repos/asf/flex-blazeds/tree/4da3b366
Diff: http://git-wip-us.apache.org/repos/asf/flex-blazeds/diff/4da3b366

Branch: refs/heads/develop
Commit: 4da3b366ee3533bf96afbeec2b9c2f089efa4fb0
Parents: 2f4ba70
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Sat Mar 26 11:51:36 2016 +0100
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Sat Mar 26 11:51:36 2016 +0100

----------------------------------------------------------------------
 opt/blazeds-spring-boot-starter/README.adoc | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/4da3b366/opt/blazeds-spring-boot-starter/README.adoc
----------------------------------------------------------------------
diff --git a/opt/blazeds-spring-boot-starter/README.adoc b/opt/blazeds-spring-boot-starter/README.adoc
index 2a811e2..faf0f53 100644
--- a/opt/blazeds-spring-boot-starter/README.adoc
+++ b/opt/blazeds-spring-boot-starter/README.adoc
@@ -26,6 +26,22 @@ public class Application {
 }
 ----
 
+In order to do it's magic, you need to add a depdendency to the
+the BlazeDS Spring-Boot starter in your pom.xml
+
+.pom.xml
+----
+
+...
+        <dependency>
+            <groupId>org.apache.flex.blazeds</groupId>
+            <artifactId>blazeds-spring-boot-starter</artifactId>
+            <version>4.7.3-SNAPSHOT</version>
+        </dependency>
+...
+
+----
+
 The services-config.xml is the core part of this, as it describes
 which channels the BlazeDS instance will provide. It has to be located
 in the applications classpath in `META-INF/flex/servcies-config.xml`: