Springs Element 'beans' cannot have character [children], because the type's content type is element-only

前端 未结 14 1646
北恋
北恋 2021-02-18 13:17

I search some page in stackoverflow to solve this problem, did follow some true answer but not working. I am new in spring , sorry. here is my dispatcher-servlet



        
14条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-18 13:41

    Noticed in the your dispatcher-servlet.xml file you are missing "".

    Please add it to top of file and re-run. Let me know if it doesn't work.

提交回复
热议问题