java.lang.NoSuchFieldError: APPLICATION_CONTEXT_ID_PREFIX

后端 未结 2 1058
旧巷少年郎
旧巷少年郎 2021-01-24 08:27

I am receiving this error on running my project and the result is 404 ultimately. The project is made on Spring framework.

I read a lot of posts and found that there i

2条回答
  •  时光说笑
    2021-01-24 09:05

    My guess would be deleting spring.jar and spring-1.2.6.jar ; they conflict with spring*3.0.3.RELEASE.jars

    And my two cents would be using maven when working with spring framework.

提交回复
热议问题