Spring Boot + Spring Integration simple application
This is a simple example to show you how Spring Integration works with Spring Boot.
Spring Boot
Spring Integration
Lombok
Postman
It is just a maven Spring Boot application which you can build and run it like any other Spring Boot application.
After running it, you should send a GET
http request to url http://localhost:8080/welcome/NAME withContent-Type:application/json
as the Header variable.