美文网首页
springboot错误

springboot错误

作者: 小知大知 | 来源:发表于2018-05-29 11:41 被阅读2次

    1. com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'hsell.hibernate_sequence' doesn't exist

    将@GeneratedValue改为
    @GeneratedValue(strategy = GenerationType.IDENTITY)

    相关文章

      网友评论

          本文标题:springboot错误

          本文链接:https://www.haomeiwen.com/subject/afwojftx.html