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

前端 未结 14 1623
北恋
北恋 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 14:04

    This is the problem with some special hidden characters. You can copy it to some text editor and remove any hidden characters and format it better and now see.. This issue must be resolved.

    0 讨论(0)
  • 2021-02-18 14:04

    Even I got the similar problem. When I copied it in the text editor, I observed there is " got appended at the end of the line. I deleted the " at the end of the line, it got Resolved..

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