lqb
lqb
an other problom,when modify column properties,like length. when run migration,the column will lose exist comment
if (userId == null) { return ResponseUtil.unlogin(); } if (body == null) { return ResponseUtil.badArgument(); } 第一个判断,这个方法如果是需要登录才能访问的,这个userid肯定不会为null吧,有点多余的判断 第二个判断,RequstBody注解 required默认为true,也就是说访问这个方法如果没有http body的话会报错的,根本到不了第二个判断这里,所以这里也是多余的
I haven't solved it yet, I thought no one cared so I closed it
好久没有做微信支付了,所以就停更了,能帮到你就好。哈哈
已发布0.6
> 用 windterm 用了1年多了,2个问题不管版本升级与否,2个问题始终存在 1、vi 一个小文件,进入到vi环境,会卡住几秒,大概3秒后才能上下移动鼠标,这一点在vi文件的时候非常不爽 2、退出vi的时候,终端命令行,总是会出现一堆乱七八糟的字符串 我是MAC,用的VIM,没遇到这种情况
> 哎,早已弃坑 @WenTao-Love 弃坑换什么呢?
I can't reproduce this problem in the new project. Maybe the problem lies somewhere else and has nothing to do with Ebean.
Yes, during development using IDEA, SQL is generated and an migration is performed upon application startup. After development is complete, when committing code using Git, IDEA's reformat code feature is...