我能够找到0.5.0版本的spring-integration-aws。有没有可以使用的Spring 4.0和Spring Integration 4.0的最新版本?
我在Maven repo中找不到它。
关于Karthik
发布于 2015-09-16 04:09:39
不是的。在SpringOne会议之后的几个星期里,这真的是我的首要任务。
同时,你可以在官方RELEASE之前使用类似这样的东西
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-aws</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
</dependency>从http://repo.spring.io/snapshot/存储库。
https://stackoverflow.com/questions/32593226
复制相似问题