liu-peiyu / geek-framework

基于SpringBoot+Shiro+Redis+Jwt+Thymeleaf+MyBatis 开发的后台用户、角色、权限、会员管理、RestFul、Token和前台用户登录注册以及前后台用户分离的脚手架
Apache License 2.0
827 stars 416 forks source link

bug #3

Open 514840279 opened 7 years ago

514840279 commented 7 years ago

image 不知道 你测的跟我的一不一样, 在spring-boot:run 模式下正常,在 java -jar 模式下 出现错误,提示未找到文件或没有权限 image image

liu-peiyu commented 7 years ago

把授权方法指向模板的哪段代码“/console/role/grant”改为“console/role/grant”,多了一个斜杠

514840279 commented 7 years ago

image 这里修改