遇到的错误

1:Packet for query is too large (3755768 > 1048576). You can change this value on the server by setting the max_allowed_packet' variable.

查询包太大(3755768 > 1048576)。您可以通过设置max_allowed_packet变量来更改服务器上的这个值。

解决方案:set global max_allowed_packet = 100*1024*1024

      show variables like '%max_allowed_packate%'

2:IllegalArgumentException   ILLegal  非法。argument 内容。论证。  非法的内容异常。

1 Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986
在请求目标中发现的无效字符。有效字符在RFC 7230和RFC 3986中定义。
原文地址:https://www.cnblogs.com/bulrush/p/8794616.html