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

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

    Unfortunately mine was a simple mistake I type a '.' character in the middle.

    Solved by just removing the '.' - so will get this type of error if any unused and unknown character is present in the configuration file.

提交回复
热议问题