Skip to content

Instantly share code, notes, and snippets.

@vichu
Created April 30, 2018 04:18
Show Gist options
  • Save vichu/77667dbe06146f8635e97dce79445847 to your computer and use it in GitHub Desktop.
Save vichu/77667dbe06146f8635e97dce79445847 to your computer and use it in GitHub Desktop.
deps required for spirng-flo
<!-- For exposing the /integration endpoint -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!-- For @EnableIntegrationGraphController annotation -->
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-http</artifactId>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment