org.apache.ibatis.binding.BindingException: Parameter 'id' not found

Comment From: harawata

Hello @PansonPanson ,

Thank you for the report, but there is no problem with the test. When there really is failing test, you can see it on our CI server : https://travis-ci.org/github/mybatis/mybatis-3

This test requires -parameters compiler option and you might need to adjust settings if you run the test on IDE:

  • Eclipse : https://stackoverflow.com/a/38198699/
  • IntelliJ IDEA : https://stackoverflow.com/a/39232302/

Comment From: PansonPanson

thx~it works