我正在尝试使用 Spring Roo 为我的数据库中的所有表生成 CRUD 操作。
我收到以下错误:
HTTP Status 400 -
description The request sent by the client was syntactically incorrect ().
使用Firebug,我可以看到生成的URL如下:
_users=1&mydb=4&_mydb=1&userId=2&jpost=testing&abuseCount=1&lastUpdatedTs=Aug+26%2C+2012
错误是什么意思?