Skip to content

Files

Latest commit

Sep 15, 2019
72e36cb · Sep 15, 2019

History

History

dynamic-permissions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 9, 2019
Sep 15, 2019
Sep 15, 2019
Sep 9, 2019
Sep 9, 2019
Sep 10, 2019
  1. 首先导入并编译maven工程

  2. 导入SQL脚本

  3. 启动项目,访问http://localhost:8080/

  4. 登录后,访问/hello

当出现如下信息时,代表无权限访问

{"code":403,"mes":"access denied, u don't have permission"}

将下图数据is_delete修改为0,即可访问