Why does Spring Integration have several XML schemas, and which one should I use?
问题 To use Spring Integration in a Spring XML configuration file, I need to declare the si namespace, and provide the schema location of the XML Schema: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:int="http://www.springframework.org/schema/integration" xsi:schemaLocation="http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring