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

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

    Yes, i experience thesame problem. I solved it by first: format the xml. Then i took a keen look through the lines, i found an extra closing tag (/>) which have been blocking the closing tag from seeing the open tag. So i removed the bug (/>) and the program deployed.

提交回复
热议问题