摘要:
Unexpected end-of-input: expected close marker for Object (start marker at [Source: (PushbackInputStream) 解决:请求头中是否包含Content-Length,把这个Content-Length从 阅读全文
摘要:
Specified key was too long; max key length is 1000 bytes 场景:主键索引的长度过长,因为主键定义的是String类型(长度定义的255),而且是两个字段作为联合索引; 解决:先定义一个Integer id作为主键,建表成功后,再手动改回来。 阅读全文