spring_reference/IV. Spring Boot features/33. Spring Integration.md

4 lines
544 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

### 33. Spring集成
Spring集成提供基于消息和其他协议的比如HTTPTCP等的抽象。如果Spring集成在classpath下可用它将会通过@EnableIntegration注解被初始化。如果classpath下'spring-integration-jmx'可用则消息处理统计分析将被通过JMX发布出去。具体参考[IntegrationAutoConfiguration类](http://github.com/spring-projects/spring-boot/tree/master/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/integration/IntegrationAutoConfiguration.java)。