BUG原因:Mybatis的xml文件中id缺少双引号:

BUG:Open quote is expected for attribute "{1}" associated with an  element type  "id".

正确的应该是:

BUG:Open quote is expected for attribute "{1}" associated with an  element type  "id".

 

相关文章: