Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
此页面http://docs.spring.io/spring-integration/reference/html/ip.html的配置是否可以以某种方式驻留在 Java 代码中,或者它们现在必须在 XML 文件中?
Spring Integration 仅支持 XML 配置。Camel 为您提供了使用Java(以及其他语言)进行配置的选项。
正如您在此处看到的,Spring Integration 对此有所关注。