The processing instruction target matching "[xX][mM][lL]" is not allowed.
Spring中的错误:
The processing instruction target matching "[xX][mM][lL]" is not allowed.
原因:很简单xml的的第一行在第二行去了。空行了。所以出现了匹配错误。这么简单的错误,只是不知情啊。哈哈。
空行和空格都会出现类似的错误,所以下次做的时候一定要注意。
Spring中的错误:
The processing instruction target matching "[xX][mM][lL]" is not allowed.
原因:很简单xml的的第一行在第二行去了。空行了。所以出现了匹配错误。这么简单的错误,只是不知情啊。哈哈。
空行和空格都会出现类似的错误,所以下次做的时候一定要注意。