Skip to content

v2.1.0

Compare
Choose a tag to compare
@wang-xiaowu wang-xiaowu released this 25 Apr 07:59
· 5 commits to master since this release
  • feature
  1. 支持ldap登录方式
  2. 支持管理员添加用户
  • fix
  1. 修改用户操作,roleId的错误改动
  • 表改动
alter table sys_user
    add login_type int default 0 not null comment '登录类型';
alter table sys_user
    add unique (username);