- Spring Integration Essentials
- Chandan Pandey
- 123字
- 2021-07-23 20:50:48
STS visual editor
STS provides visual ways to add different namespaces. Locate spring-integration-context.xml
under /sisimple/src/main/resources/META-INF/spring/integration/
and open it. This is the default Spring configuration file. Click on the Namespaces tab to manage different namespaces of Spring Integration. The following screenshot shows imported namespaces for this sample project:

In the same editor, clicking on the Integration-graph tab will open a visual editor, which can be used to add/modify or delete endpoints, channels, and other components of Spring Integration. The following screenshot contains the integration graph for our sample project:

Let's have a quick look at the generated Maven POM—overall, there are three dependencies; only one for Spring Integration, and the other ones for Junit and log4j, as shown in the following screenshot:

- Deploying Node.js
- Apache Karaf Cookbook
- Mastering Google App Engine
- MongoDB權威指南(第3版)
- Hands-On Functional Programming with TypeScript
- 單片機C語言程序設計實訓100例
- Creating Data Stories with Tableau Public
- Orchestrating Docker
- Mastering OpenStack
- 少兒編程輕松學(全2冊)
- Python Penetration Testing Essentials
- Microsoft Windows Identity Foundation Cookbook
- Python機器學習
- Java程序性能優化實戰
- PyTorch生成對抗網絡編程