java.lang.NoSuchMethodError: org.springframework.web.context.ConfigurableWebAppl

Running spring reported this error, the Internet said it was a spring version conflict, check maven dependencies, and found that I depend on spring-core.3.0.5, but spring-orm and spring-tx depend on spring-beans-2.5.6 and spring -context.2.5.6, after I added spring-beans.3.0.5 and spring-context.3.0.5 to maven dependencies, the problem is solved

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326993361&siteId=291194637