From 582d0cbd65d71e6f7b2ca90db35d335795f35c3a Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 2 Aug 2017 13:23:56 -0400 Subject: [PATCH] Describe Java DSL and Boot deps for the sample --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f32975fc28..7a1c18939d 100644 --- a/index.html +++ b/index.html @@ -144,7 +144,9 @@ public interface TempConverter { ```` -And here is the same application (web service part) using the [new Java DSL](https://spring.io/blog/2014/11/24/spring-integration-java-dsl-1-0-ga-released) (and Spring Boot): +And here is the same application (web service part) using the [Java DSL](https://github.com/spring-projects/spring-integration-java-dsl/wiki/Spring-Integration-Java-DSL-Reference) (and Spring Boot). +You will need the __spring-boot-starter-integration__ dependency or __spring-integration-java-dsl__ directly if you don't use Spring Boot. +If you use Spring Integration starting version `5.0`, you don't need any additional dependencies - the Java DSL is included to the core project: ````java @Configuration