因此Spring IO Platform应运而生,只要项目中引入了它,外部集成时依赖关系无需版本号

<dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> </dependency>

04-26 14:43