File tree Expand file tree Collapse file tree
java/io/github/talelin/latticy/controller/cms Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ public PageResponseVO getGroups(
123123 }
124124
125125 @ GetMapping ("/group/all" )
126+ @ AdminRequired
126127 @ PermissionMeta (value = "查询所有权限组" , mount = false )
127128 public List <GroupDO > getAllGroup () {
128129 List <GroupDO > groups = adminService .getAllGroups ();
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ spring:
1313 # h2 内存数据库配置,供测试使用,其它环境勿用
1414 datasource :
1515 driver-class-name : com.mysql.cj.jdbc.Driver
16- password : ' 123456 '
17- url : jdbc:mysql://localhost :3306/lin-cms?useSSL=false&serverTimezone=UTC&characterEncoding=UTF8
16+ password : ' 17605259250 '
17+ url : jdbc:mysql://jokky.fun :3306/lin-cms?useSSL=false&serverTimezone=UTC&characterEncoding=UTF8
1818 username : root
1919
2020# 开启权限拦截
You can’t perform that action at this time.
0 commit comments