SpringBoot SpringData注解查询:JDBC style parameters (?) are not supported for JPA queries

这个是我的查询语句  可以看到在16行有个错误提示 这个在低版本的SpringBoot中是没有的

SpringBoot SpringData注解查询:JDBC style parameters (?) are not supported for JPA queries

执行单元测试 查询演示的时候报了错误  

SpringBoot SpringData注解查询:JDBC style parameters (?) are not supported for JPA queries

 解决办法 在HQL的后面加入index(低版本SpringBoot不加是可以运行的)

SpringBoot SpringData注解查询:JDBC style parameters (?) are not supported for JPA queries

 

如果又出现了 

Invalid parameter index! You seem to have declared too little query method parameters!

则表示 你的 下标放小了  注意 1开始 不是 0 

转载至:https://blog.csdn.net/hello_word2/article/details/102747430

上一篇:画模型参数散点图


下一篇:Convolution_model_Application_v1a