路径约束文件大小超过20M修改配置
原因:路径约束文件大小超过20M,nginx和mysql配置限制了上传文件大小,路径约束表字段也限制了16M大小 1、nginx配置文件nginx.conf:client_max_body_size 设为 100m; 重新加载配置 2、mysql配置文件my.cnf:增加一行 max_allowed_packet = 100M 重启mysql 3、mysql -u root -pPassword2017 use js_open_location_server; alter table js_astar_node modify node_json longtext; 重新上传路径约束文件