Caused by: java.sql.SQLException: Parameter index out of range (2 > number of parameters, which is 1).
一、问题背景
在xml配置中自定义了sql语句
二、报错截图如下
三、我的项目配置如下
四、分析问题
五、问题原因
在xml中自定义sql语句时,里面不能有注释过得sql
六、解决方式
将注释放在xml自定义SQL语句外面或者删掉
在xml配置中自定义了sql语句
在xml中自定义sql语句时,里面不能有注释过得sql
将注释放在xml自定义SQL语句外面或者删掉