Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 360 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 360 Bytes

spring-integration-example

Example application using Spring Boot & Spring Integration with HTTP inbound/outbound gateways

Docker run

./gradlew dockerBuildImage Open terminal & run:> docker run -p 8080:8080 -i -t com.kevvvvyp/spring-integration-example:

e.g. docker run -p 8080:8080 -i -t com.kevvvvyp/spring-integration-example:0.0.1-snapshot