mybatis-generator 报错 “This is not a MyBatis Generator Configuration File”

以前写过一个定制的 generator 插件,最近拿来使用,本来没问题的,今天用的时候突然报“This is not a MyBatis Generator Configuration File”,看了半天源码也没发现什么问题,后来去官网看了下。

mybatis-generator 报错 “This is not a MyBatis Generator Configuration File”

官网:http://www.mybatis.org/generator/configreference/xmlconfig.html

看了下语法也是没问题的,后来没办法,一个个 copy, 看下是不是改变了什么。当我把文件头 copy 过去的时候,发现竟然好了。

我的文件头

mybatis-generator 报错 “This is not a MyBatis Generator Configuration File”

 

官方的文件头

mybatis-generator 报错 “This is not a MyBatis Generator Configuration File”

 

记不清旧的文件,是不是以前的版本,之前貌似一直是这么用的,并没有什么问题。但是跟官网的确实不太一样,改了就好了。