SpringFramework

classnotFund SpringProperties

2017-09-30  本文已影响22人  pcqlegend

最近启动tomcat 提示SpringProperties 

原因:

[INFO] |  +- org.springframework:spring-core:jar:3.1.1.RELEASE:compile

[INFO] |  |  \- org.springframework:spring-jcl:jar:3.1.1.RELEASE:compile

[INFO] |  \- org.springframework:spring-expression:jar:4.3.7.RELEASE:compile

很明显 版本不对应,这个问题一定是spring多个版本冲突导致。

结果找了好久,发现

父pom 1.0.3-SNAPSHOT 中 spring 版本虽然已经修改成5.0.0.RELEASE,但是

父pom 1.0.2-SNAPSHOT 中spring版本还是3.1.1.RELEASE,

然而子module wand-standalone-sdk中的 父pom 版本是1.0.2-SNAPSHOT,所以无论怎么编译

上一篇下一篇

猜你喜欢

热点阅读