删除babel,提高编译速度。

This commit is contained in:
RuoYi
2020-07-17 16:20:31 +08:00
parent 086b9cdc23
commit d29fe10b93
3 changed files with 2 additions and 5 deletions

View File

@ -42,7 +42,7 @@ public class SysLoginController
/**
* 登录方法
*
* @param loginBody 登信息
* @param loginBody 登信息
* @return 结果
*/
@PostMapping("/login")

View File

@ -297,7 +297,7 @@ public class SysUser extends BaseEntity
{
this.postIds = postIds;
}
@Override
public String toString() {
return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)