Caused by: org.hibernate.exception.SQLGrammarException: could not insert 这个问题可能是出现数据库的字段包含了数据库的关键字-保留字 ? mysql中包含了index的关键字 ?
org.hibernate.exception.SQLGrammarException
最新推荐文章于 2019-06-21 14:28:11 发布
Caused by: org.hibernate.exception.SQLGrammarException: could not insert 这个问题可能是出现数据库的字段包含了数据库的关键字-保留字 ? mysql中包含了index的关键字 ?