启动Springboot项目,但是却爆出以下的错误:
Cause: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 738; The content of elements must consist of well-formed character data or markup.
根据所报的错误我们可以知道,错误是出现在xml文件中,xml配置文件中出现了不能识别的标签
有时候我们需要在mapper层自己写 sql语句,使用@select标签,同时sql语句中有 > < 时,他就会报这个错误,所以当sql语句中存在这个符号可以使用 &it; > 来代替。注意:不要忘记写分号