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

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

    I had the same problem. I looked at it for hours. I could not find any problem. Then I decided, sometimes you see something different if you use a different editor. I closed Netbeans and opened the file in emacs. I immediately saw, there were some kind of non-breaking space characters, or tabs, or some type of whitespace that wasn't whitespace. I don't know which character it was but it showed up in red in emacs, but was whitespace in Netban

提交回复
热议问题