项目作者: hamedmirzaei

项目描述 :
Spring Boot + Spring Integration simple application
高级语言: Java
项目地址: git://github.com/hamedmirzaei/spring-boot-integration.git
创建时间: 2019-05-01T05:56:35Z
项目社区:https://github.com/hamedmirzaei/spring-boot-integration

开源协议:

下载


Spring Boot + Spring Integration

This is a simple example to show you how Spring Integration works with Spring Boot.

Libraries and Tools

How it works

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 with
Content-Type:application/json as the Header variable.