자바(Java)

could not autowired field:

xemaker 2019. 2. 7. 13:40
nested exception is org.apache.ibatis.builder.BuilderException: Error creating document instance.
Cause: org.xml.sax.SAXParseException; The content of element must consist of well-formed character data or markup.

자바 mybatis 프로그램을 하는데 위의 에러가 났다.

알고보니

<=

가 있었다.

<! [CDATA [ <= ]]

로 해결했다.