ssh 出错信息:SQLGrammarException: could not execute statement & error performing isolated work
参照博客搭建了一个ssh(spring + springMVC + hibernate)框架,想自己玩玩,但是也还是碰到了几个坑,做个笔记。第一个错误:SQLGrammarException: could not execute statement 其实这个错在我这里是因为,主键没有设置自增的原因,所以在创建数据库的时候不能执行,就报错了。 解决办法:在你的主键上加上: ...
原创
2018-08-05 17:58:28 ·
2759 阅读 ·
0 评论