查看您的错误:
ERROR: org.hibernate.tool.hbm2ddl.SchemaUpdate - could not get database metadatacom.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'sequences' in information_schema
您正在将MySQL映射到information_schema,后者是MySQL中的系统数据库,并且该数据库不包含序列表,
顺便说一句,在记录中,您需要考虑MySQL没有“ CREATE Sequance”命令。



