Cannot locate BeanDefinitionParser for element for Spring web services

前端 未结 1 359
北海茫月
北海茫月 2021-01-12 20:48

I am brand new to Spring web services and I keep getting this error:

org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration          


        
相关标签:
1条回答
  • 2021-01-12 21:24

    Solved. Apparently one of my dependencies was bringing in a different version of spring-ws even though it wasn't listed under my referenced libraries. I actually ended up not needing the whole dependency so I simply removed it and now I'm not getting any errors.

    0 讨论(0)
提交回复
热议问题