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.
Spring 2.0.7 是否支持 Spring Webservices (Spring WS)?如果是这样,Spring WS 使用的版本是什么?
如果不是什么是春季版本,我需要在不更改代码的情况下进行升级。
请帮助我,我正在做很多替换和很多类加载器问题。
Spring-WS 1.5.x 旨在与 Spring 2.5.x 一起运行,但我知道它可以与 Spring 2.0.x 一起使用(或者可能只有某些功能有效)。
为了安全起见,您应该使用 Spring-WS 1.0.x。或者升级 Spring。
如果您选择升级 Spring,请注意 Spring-WS 2.x 即将推出,并且需要 Spring 3.0.x。